Sha256: 3d0a0ed9785de9df180c9d1f461744ec1215b634431a429c8c7b41759f345e3d

Contents?: true

Size: 1.95 KB

Versions: 4

Compression:

Stored size: 1.95 KB

Contents

=begin
#Budgea API Documentation

#No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)

OpenAPI spec version: 2.0

Generated by: https://github.com/swagger-api/swagger-codegen.git
Swagger Codegen version: 2.4.14

=end

require 'spec_helper'
require 'json'

# Unit tests for BudgeaClient::OCRApi
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
# Please update as you see appropriate
describe 'OCRApi' do
  before do
    # run before each test
    @instance = BudgeaClient::OCRApi.new
  end

  after do
    # run after each test
  end

  describe 'test an instance of OCRApi' do
    it 'should create an instance of OCRApi' do
      expect(@instance).to be_instance_of(BudgeaClient::OCRApi)
    end
  end

  # unit tests for ocr_post
  # Post an image with OCR
  # Post an image and apply OCR on it to obtain found meta-data.<br><br>
  # @param file File of the document
  # @param [Hash] opts the optional parameters
  # @option opts [Integer] :id_transaction Transaction used to help OCR to find data
  # @option opts [String] :name Name of the document
  # @return [nil]
  describe 'ocr_post test' do
    it 'should work' do
      # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

  # unit tests for users_id_user_ocr_post
  # Post an image with OCR
  # Post an image and apply OCR on it to obtain found meta-data.<br><br>
  # @param id_user Hint: you can use 'me' or 'all'
  # @param file File of the document
  # @param [Hash] opts the optional parameters
  # @option opts [Integer] :id_transaction Transaction used to help OCR to find data
  # @option opts [String] :name Name of the document
  # @return [nil]
  describe 'users_id_user_ocr_post test' do
    it 'should work' do
      # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
budgea_client-5.3.4 spec/api/ocr_api_spec.rb
budgea_client-5.3.3 spec/api/ocr_api_spec.rb
budgea_client-5.3.2 spec/api/ocr_api_spec.rb
budgea_client-5.3.1 spec/api/ocr_api_spec.rb