Sha256: 6f98e9543a915d5ae9b165c5cf84ec52e430497cb05dcc29e08bdd13fa26e4da

Contents?: true

Size: 1.88 KB

Versions: 5

Compression:

Stored size: 1.88 KB

Contents

=begin
#ocrapi

#The powerful Optical Character Recognition (OCR) APIs let you convert scanned images of pages into recognized text.

OpenAPI spec version: v1

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

=end

require 'spec_helper'
require 'json'
require 'date'

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

  after do
    # run after each test
  end

  describe 'test an instance of FormRecognitionResult' do
    it 'should create an instance of FormRecognitionResult' do
      expect(@instance).to be_instance_of(CloudmersiveOcrApiClient::FormRecognitionResult)
    end
  end
  describe 'test attribute "successful"' do
    it 'should work' do
       # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

  describe 'test attribute "field_value_extraction_result"' do
    it 'should work' do
       # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

  describe 'test attribute "table_value_extraction_results"' do
    it 'should work' do
       # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

  describe 'test attribute "diagnostics"' do
    it 'should work' do
       # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

  describe 'test attribute "best_match_form_setting_name"' 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

5 entries across 5 versions & 1 rubygems

Version Path
cloudmersive-ocr-api-client-1.5.0 ./spec/models/form_recognition_result_spec.rb
cloudmersive-ocr-api-client-1.4.9 ./spec/models/form_recognition_result_spec.rb
cloudmersive-ocr-api-client-1.4.8 ./spec/models/form_recognition_result_spec.rb
cloudmersive-ocr-api-client-1.4.7 ./spec/models/form_recognition_result_spec.rb
cloudmersive-ocr-api-client-1.4.6 ./spec/models/form_recognition_result_spec.rb