cloudmersive-ocr-api-client 1.3.3 → 1.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +9 -5
- data/cloudmersive-ocr-api-client.gemspec +1 -1
- data/docs/ImageOcrApi.md +59 -0
- data/docs/OcrPhotoTextElement.md +13 -0
- data/docs/PdfOcrApi.md +3 -3
- data/docs/PhotoToWordsWithLocationResult.md +9 -0
- data/docs/PreprocessingApi.md +55 -0
- data/lib/cloudmersive-ocr-api-client.rb +3 -1
- data/lib/cloudmersive-ocr-api-client/api/image_ocr_api.rb +60 -1
- data/lib/cloudmersive-ocr-api-client/api/pdf_ocr_api.rb +3 -3
- data/lib/cloudmersive-ocr-api-client/api/preprocessing_api.rb +57 -1
- data/lib/cloudmersive-ocr-api-client/api_client.rb +1 -1
- data/lib/cloudmersive-ocr-api-client/api_error.rb +1 -1
- data/lib/cloudmersive-ocr-api-client/configuration.rb +1 -1
- data/lib/cloudmersive-ocr-api-client/models/image_to_lines_with_location_result.rb +1 -1
- data/lib/cloudmersive-ocr-api-client/models/image_to_text_response.rb +1 -1
- data/lib/cloudmersive-ocr-api-client/models/image_to_words_with_location_result.rb +1 -1
- data/lib/cloudmersive-ocr-api-client/models/ocr_line_element.rb +1 -1
- data/lib/cloudmersive-ocr-api-client/models/ocr_page_result.rb +1 -1
- data/lib/cloudmersive-ocr-api-client/models/ocr_page_result_with_lines_with_location.rb +1 -1
- data/lib/cloudmersive-ocr-api-client/models/ocr_page_result_with_words_with_location.rb +1 -1
- data/lib/cloudmersive-ocr-api-client/models/ocr_photo_text_element.rb +239 -0
- data/lib/cloudmersive-ocr-api-client/models/ocr_word_element.rb +1 -1
- data/lib/cloudmersive-ocr-api-client/models/pdf_to_lines_with_location_result.rb +1 -1
- data/lib/cloudmersive-ocr-api-client/models/pdf_to_text_response.rb +1 -1
- data/lib/cloudmersive-ocr-api-client/models/pdf_to_words_with_location_result.rb +1 -1
- data/lib/cloudmersive-ocr-api-client/models/photo_to_words_with_location_result.rb +200 -0
- data/lib/cloudmersive-ocr-api-client/version.rb +2 -2
- data/spec/api/image_ocr_api_spec.rb +14 -1
- data/spec/api/pdf_ocr_api_spec.rb +2 -2
- data/spec/api/preprocessing_api_spec.rb +13 -1
- data/spec/api_client_spec.rb +1 -1
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/image_to_lines_with_location_result_spec.rb +1 -1
- data/spec/models/image_to_text_response_spec.rb +1 -1
- data/spec/models/image_to_words_with_location_result_spec.rb +1 -1
- data/spec/models/ocr_line_element_spec.rb +1 -1
- data/spec/models/ocr_page_result_spec.rb +1 -1
- data/spec/models/ocr_page_result_with_lines_with_location_spec.rb +1 -1
- data/spec/models/ocr_page_result_with_words_with_location_spec.rb +1 -1
- data/spec/models/ocr_photo_text_element_spec.rb +72 -0
- data/spec/models/ocr_word_element_spec.rb +1 -1
- data/spec/models/pdf_to_lines_with_location_result_spec.rb +1 -1
- data/spec/models/pdf_to_text_response_spec.rb +1 -1
- data/spec/models/pdf_to_words_with_location_result_spec.rb +1 -1
- data/spec/models/photo_to_words_with_location_result_spec.rb +48 -0
- data/spec/spec_helper.rb +1 -1
- metadata +21 -16
|
@@ -6,10 +6,10 @@
|
|
|
6
6
|
OpenAPI spec version: v1
|
|
7
7
|
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
-
Swagger Codegen version:
|
|
9
|
+
Swagger Codegen version: 2.3.1
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
13
13
|
module CloudmersiveOcrApiClient
|
|
14
|
-
VERSION = "1.3.
|
|
14
|
+
VERSION = "1.3.4"
|
|
15
15
|
end
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
OpenAPI spec version: v1
|
|
7
7
|
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
-
Swagger Codegen version:
|
|
9
|
+
Swagger Codegen version: 2.3.1
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -73,6 +73,19 @@ describe 'ImageOcrApi' do
|
|
|
73
73
|
end
|
|
74
74
|
end
|
|
75
75
|
|
|
76
|
+
# unit tests for image_ocr_photo_words_with_location
|
|
77
|
+
# Convert a photo of a document or receipt into words with location
|
|
78
|
+
# Converts a photo of a document or receipt in common formats such as JPEG, PNG into words/text with location information and other metdata via Optical Character Recognition. This API is intended to be run on photographs of documents. If you want to OCR scanned documents (e.g. taken with a scanner), be sure to use the image/toText API instead, as it is designed for that use case.
|
|
79
|
+
# @param image_file Image file to perform OCR on. Common file formats such as PNG, JPEG are supported.
|
|
80
|
+
# @param [Hash] opts the optional parameters
|
|
81
|
+
# @option opts [String] :language Optional, language of the input document, default is English (ENG). Possible values are ENG (English), ARA (Arabic), ZHO (Chinese - Simplified), ZHO-HANT (Chinese - Traditional), ASM (Assamese), AFR (Afrikaans), AMH (Amharic), AZE (Azerbaijani), AZE-CYRL (Azerbaijani - Cyrillic), BEL (Belarusian), BEN (Bengali), BOD (Tibetan), BOS (Bosnian), BUL (Bulgarian), CAT (Catalan; Valencian), CEB (Cebuano), CES (Czech), CHR (Cherokee), CYM (Welsh), DAN (Danish), DEU (German), DZO (Dzongkha), ELL (Greek), ENM (Archaic/Middle English), EPO (Esperanto), EST (Estonian), EUS (Basque), FAS (Persian), FIN (Finnish), FRA (French), FRK (Frankish), FRM (Middle-French), GLE (Irish), GLG (Galician), GRC (Ancient Greek), HAT (Hatian), HEB (Hebrew), HIN (Hindi), HRV (Croatian), HUN (Hungarian), IKU (Inuktitut), IND (Indonesian), ISL (Icelandic), ITA (Italian), ITA-OLD (Old - Italian), JAV (Javanese), JPN (Japanese), KAN (Kannada), KAT (Georgian), KAT-OLD (Old-Georgian), KAZ (Kazakh), KHM (Central Khmer), KIR (Kirghiz), KOR (Korean), KUR (Kurdish), LAO (Lao), LAT (Latin), LAV (Latvian), LIT (Lithuanian), MAL (Malayalam), MAR (Marathi), MKD (Macedonian), MLT (Maltese), MSA (Malay), MYA (Burmese), NEP (Nepali), NLD (Dutch), NOR (Norwegian), ORI (Oriya), PAN (Panjabi), POL (Polish), POR (Portuguese), PUS (Pushto), RON (Romanian), RUS (Russian), SAN (Sanskrit), SIN (Sinhala), SLK (Slovak), SLV (Slovenian), SPA (Spanish), SPA-OLD (Old Spanish), SQI (Albanian), SRP (Serbian), SRP-LAT (Latin Serbian), SWA (Swahili), SWE (Swedish), SYR (Syriac), TAM (Tamil), TEL (Telugu), TGK (Tajik), TGL (Tagalog), THA (Thai), TIR (Tigrinya), TUR (Turkish), UIG (Uighur), UKR (Ukrainian), URD (Urdu), UZB (Uzbek), UZB-CYR (Cyrillic Uzbek), VIE (Vietnamese), YID (Yiddish)
|
|
82
|
+
# @return [PhotoToWordsWithLocationResult]
|
|
83
|
+
describe 'image_ocr_photo_words_with_location test' do
|
|
84
|
+
it "should work" do
|
|
85
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
86
|
+
end
|
|
87
|
+
end
|
|
88
|
+
|
|
76
89
|
# unit tests for image_ocr_post
|
|
77
90
|
# Convert a scanned image into text
|
|
78
91
|
# Converts an uploaded image in common formats such as JPEG, PNG into text via Optical Character Recognition. This API is intended to be run on scanned documents. If you want to OCR photos (e.g. taken with a smart phone camera), be sure to use the photo/toText API instead, as it is designed to unskew the image first.
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
OpenAPI spec version: v1
|
|
7
7
|
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
-
Swagger Codegen version:
|
|
9
|
+
Swagger Codegen version: 2.3.1
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -61,7 +61,7 @@ describe 'PdfOcrApi' do
|
|
|
61
61
|
end
|
|
62
62
|
|
|
63
63
|
# unit tests for pdf_ocr_post
|
|
64
|
-
# Converts an uploaded PDF file
|
|
64
|
+
# Converts an uploaded PDF file into text via Optical Character Recognition.
|
|
65
65
|
#
|
|
66
66
|
# @param image_file PDF file to perform OCR on.
|
|
67
67
|
# @param [Hash] opts the optional parameters
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
OpenAPI spec version: v1
|
|
7
7
|
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
-
Swagger Codegen version:
|
|
9
|
+
Swagger Codegen version: 2.3.1
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -32,6 +32,18 @@ describe 'PreprocessingApi' do
|
|
|
32
32
|
end
|
|
33
33
|
end
|
|
34
34
|
|
|
35
|
+
# unit tests for preprocessing_binarize
|
|
36
|
+
# Convert an image of text into a binary (light and dark) view
|
|
37
|
+
# Perform an advanced adaptive, machine learning-based binarization algorithm on the input image to prepare it for further OCR operations.
|
|
38
|
+
# @param image_file Image file to perform OCR on. Common file formats such as PNG, JPEG are supported.
|
|
39
|
+
# @param [Hash] opts the optional parameters
|
|
40
|
+
# @return [Object]
|
|
41
|
+
describe 'preprocessing_binarize test' do
|
|
42
|
+
it "should work" do
|
|
43
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
44
|
+
end
|
|
45
|
+
end
|
|
46
|
+
|
|
35
47
|
# unit tests for preprocessing_unrotate
|
|
36
48
|
# Detect and unrotate a document image
|
|
37
49
|
# Detect and unrotate an image of a document (e.g. that was scanned at an angle). Great for document scanning applications; once unskewed, this image is perfect for converting to PDF using the Convert API or optical character recognition using the OCR API.
|
data/spec/api_client_spec.rb
CHANGED
data/spec/configuration_spec.rb
CHANGED
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#ocrapi
|
|
3
|
+
|
|
4
|
+
#The powerful Optical Character Recognition (OCR) APIs let you convert scanned images of pages into recognized text.
|
|
5
|
+
|
|
6
|
+
OpenAPI spec version: v1
|
|
7
|
+
|
|
8
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
+
Swagger Codegen version: 2.3.1
|
|
10
|
+
|
|
11
|
+
=end
|
|
12
|
+
|
|
13
|
+
require 'spec_helper'
|
|
14
|
+
require 'json'
|
|
15
|
+
require 'date'
|
|
16
|
+
|
|
17
|
+
# Unit tests for CloudmersiveOcrApiClient::OcrPhotoTextElement
|
|
18
|
+
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
|
|
19
|
+
# Please update as you see appropriate
|
|
20
|
+
describe 'OcrPhotoTextElement' do
|
|
21
|
+
before do
|
|
22
|
+
# run before each test
|
|
23
|
+
@instance = CloudmersiveOcrApiClient::OcrPhotoTextElement.new
|
|
24
|
+
end
|
|
25
|
+
|
|
26
|
+
after do
|
|
27
|
+
# run after each test
|
|
28
|
+
end
|
|
29
|
+
|
|
30
|
+
describe 'test an instance of OcrPhotoTextElement' do
|
|
31
|
+
it 'should create an instance of OcrPhotoTextElement' do
|
|
32
|
+
expect(@instance).to be_instance_of(CloudmersiveOcrApiClient::OcrPhotoTextElement)
|
|
33
|
+
end
|
|
34
|
+
end
|
|
35
|
+
describe 'test attribute "text"' do
|
|
36
|
+
it 'should work' do
|
|
37
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
38
|
+
end
|
|
39
|
+
end
|
|
40
|
+
|
|
41
|
+
describe 'test attribute "x_left"' do
|
|
42
|
+
it 'should work' do
|
|
43
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
44
|
+
end
|
|
45
|
+
end
|
|
46
|
+
|
|
47
|
+
describe 'test attribute "y_top"' do
|
|
48
|
+
it 'should work' do
|
|
49
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
50
|
+
end
|
|
51
|
+
end
|
|
52
|
+
|
|
53
|
+
describe 'test attribute "width"' do
|
|
54
|
+
it 'should work' do
|
|
55
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
56
|
+
end
|
|
57
|
+
end
|
|
58
|
+
|
|
59
|
+
describe 'test attribute "height"' do
|
|
60
|
+
it 'should work' do
|
|
61
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
62
|
+
end
|
|
63
|
+
end
|
|
64
|
+
|
|
65
|
+
describe 'test attribute "confidence_level"' do
|
|
66
|
+
it 'should work' do
|
|
67
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
68
|
+
end
|
|
69
|
+
end
|
|
70
|
+
|
|
71
|
+
end
|
|
72
|
+
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#ocrapi
|
|
3
|
+
|
|
4
|
+
#The powerful Optical Character Recognition (OCR) APIs let you convert scanned images of pages into recognized text.
|
|
5
|
+
|
|
6
|
+
OpenAPI spec version: v1
|
|
7
|
+
|
|
8
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
+
Swagger Codegen version: 2.3.1
|
|
10
|
+
|
|
11
|
+
=end
|
|
12
|
+
|
|
13
|
+
require 'spec_helper'
|
|
14
|
+
require 'json'
|
|
15
|
+
require 'date'
|
|
16
|
+
|
|
17
|
+
# Unit tests for CloudmersiveOcrApiClient::PhotoToWordsWithLocationResult
|
|
18
|
+
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
|
|
19
|
+
# Please update as you see appropriate
|
|
20
|
+
describe 'PhotoToWordsWithLocationResult' do
|
|
21
|
+
before do
|
|
22
|
+
# run before each test
|
|
23
|
+
@instance = CloudmersiveOcrApiClient::PhotoToWordsWithLocationResult.new
|
|
24
|
+
end
|
|
25
|
+
|
|
26
|
+
after do
|
|
27
|
+
# run after each test
|
|
28
|
+
end
|
|
29
|
+
|
|
30
|
+
describe 'test an instance of PhotoToWordsWithLocationResult' do
|
|
31
|
+
it 'should create an instance of PhotoToWordsWithLocationResult' do
|
|
32
|
+
expect(@instance).to be_instance_of(CloudmersiveOcrApiClient::PhotoToWordsWithLocationResult)
|
|
33
|
+
end
|
|
34
|
+
end
|
|
35
|
+
describe 'test attribute "successful"' do
|
|
36
|
+
it 'should work' do
|
|
37
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
38
|
+
end
|
|
39
|
+
end
|
|
40
|
+
|
|
41
|
+
describe 'test attribute "text_elements"' do
|
|
42
|
+
it 'should work' do
|
|
43
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
44
|
+
end
|
|
45
|
+
end
|
|
46
|
+
|
|
47
|
+
end
|
|
48
|
+
|
data/spec/spec_helper.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cloudmersive-ocr-api-client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.3.
|
|
4
|
+
version: 1.3.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Cloudmersive
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-06-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: typhoeus
|
|
@@ -34,42 +34,42 @@ dependencies:
|
|
|
34
34
|
name: json
|
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
|
36
36
|
requirements:
|
|
37
|
-
- - "~>"
|
|
38
|
-
- !ruby/object:Gem::Version
|
|
39
|
-
version: '2.1'
|
|
40
37
|
- - ">="
|
|
41
38
|
- !ruby/object:Gem::Version
|
|
42
39
|
version: 2.1.0
|
|
40
|
+
- - "~>"
|
|
41
|
+
- !ruby/object:Gem::Version
|
|
42
|
+
version: '2.1'
|
|
43
43
|
type: :runtime
|
|
44
44
|
prerelease: false
|
|
45
45
|
version_requirements: !ruby/object:Gem::Requirement
|
|
46
46
|
requirements:
|
|
47
|
-
- - "~>"
|
|
48
|
-
- !ruby/object:Gem::Version
|
|
49
|
-
version: '2.1'
|
|
50
47
|
- - ">="
|
|
51
48
|
- !ruby/object:Gem::Version
|
|
52
49
|
version: 2.1.0
|
|
50
|
+
- - "~>"
|
|
51
|
+
- !ruby/object:Gem::Version
|
|
52
|
+
version: '2.1'
|
|
53
53
|
- !ruby/object:Gem::Dependency
|
|
54
54
|
name: rspec
|
|
55
55
|
requirement: !ruby/object:Gem::Requirement
|
|
56
56
|
requirements:
|
|
57
|
-
- - "~>"
|
|
58
|
-
- !ruby/object:Gem::Version
|
|
59
|
-
version: '3.6'
|
|
60
57
|
- - ">="
|
|
61
58
|
- !ruby/object:Gem::Version
|
|
62
59
|
version: 3.6.0
|
|
60
|
+
- - "~>"
|
|
61
|
+
- !ruby/object:Gem::Version
|
|
62
|
+
version: '3.6'
|
|
63
63
|
type: :development
|
|
64
64
|
prerelease: false
|
|
65
65
|
version_requirements: !ruby/object:Gem::Requirement
|
|
66
66
|
requirements:
|
|
67
|
-
- - "~>"
|
|
68
|
-
- !ruby/object:Gem::Version
|
|
69
|
-
version: '3.6'
|
|
70
67
|
- - ">="
|
|
71
68
|
- !ruby/object:Gem::Version
|
|
72
69
|
version: 3.6.0
|
|
70
|
+
- - "~>"
|
|
71
|
+
- !ruby/object:Gem::Version
|
|
72
|
+
version: '3.6'
|
|
73
73
|
- !ruby/object:Gem::Dependency
|
|
74
74
|
name: vcr
|
|
75
75
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -209,11 +209,13 @@ files:
|
|
|
209
209
|
- "./docs/OcrPageResult.md"
|
|
210
210
|
- "./docs/OcrPageResultWithLinesWithLocation.md"
|
|
211
211
|
- "./docs/OcrPageResultWithWordsWithLocation.md"
|
|
212
|
+
- "./docs/OcrPhotoTextElement.md"
|
|
212
213
|
- "./docs/OcrWordElement.md"
|
|
213
214
|
- "./docs/PdfOcrApi.md"
|
|
214
215
|
- "./docs/PdfToLinesWithLocationResult.md"
|
|
215
216
|
- "./docs/PdfToTextResponse.md"
|
|
216
217
|
- "./docs/PdfToWordsWithLocationResult.md"
|
|
218
|
+
- "./docs/PhotoToWordsWithLocationResult.md"
|
|
217
219
|
- "./docs/PreprocessingApi.md"
|
|
218
220
|
- "./git_push.sh"
|
|
219
221
|
- "./lib/cloudmersive-ocr-api-client.rb"
|
|
@@ -230,10 +232,12 @@ files:
|
|
|
230
232
|
- "./lib/cloudmersive-ocr-api-client/models/ocr_page_result.rb"
|
|
231
233
|
- "./lib/cloudmersive-ocr-api-client/models/ocr_page_result_with_lines_with_location.rb"
|
|
232
234
|
- "./lib/cloudmersive-ocr-api-client/models/ocr_page_result_with_words_with_location.rb"
|
|
235
|
+
- "./lib/cloudmersive-ocr-api-client/models/ocr_photo_text_element.rb"
|
|
233
236
|
- "./lib/cloudmersive-ocr-api-client/models/ocr_word_element.rb"
|
|
234
237
|
- "./lib/cloudmersive-ocr-api-client/models/pdf_to_lines_with_location_result.rb"
|
|
235
238
|
- "./lib/cloudmersive-ocr-api-client/models/pdf_to_text_response.rb"
|
|
236
239
|
- "./lib/cloudmersive-ocr-api-client/models/pdf_to_words_with_location_result.rb"
|
|
240
|
+
- "./lib/cloudmersive-ocr-api-client/models/photo_to_words_with_location_result.rb"
|
|
237
241
|
- "./lib/cloudmersive-ocr-api-client/version.rb"
|
|
238
242
|
- "./spec/api/image_ocr_api_spec.rb"
|
|
239
243
|
- "./spec/api/pdf_ocr_api_spec.rb"
|
|
@@ -247,10 +251,12 @@ files:
|
|
|
247
251
|
- "./spec/models/ocr_page_result_spec.rb"
|
|
248
252
|
- "./spec/models/ocr_page_result_with_lines_with_location_spec.rb"
|
|
249
253
|
- "./spec/models/ocr_page_result_with_words_with_location_spec.rb"
|
|
254
|
+
- "./spec/models/ocr_photo_text_element_spec.rb"
|
|
250
255
|
- "./spec/models/ocr_word_element_spec.rb"
|
|
251
256
|
- "./spec/models/pdf_to_lines_with_location_result_spec.rb"
|
|
252
257
|
- "./spec/models/pdf_to_text_response_spec.rb"
|
|
253
258
|
- "./spec/models/pdf_to_words_with_location_result_spec.rb"
|
|
259
|
+
- "./spec/models/photo_to_words_with_location_result_spec.rb"
|
|
254
260
|
- "./spec/spec_helper.rb"
|
|
255
261
|
homepage: https://www.cloudmersive.com/ocr-api
|
|
256
262
|
licenses:
|
|
@@ -271,8 +277,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
271
277
|
- !ruby/object:Gem::Version
|
|
272
278
|
version: '0'
|
|
273
279
|
requirements: []
|
|
274
|
-
|
|
275
|
-
rubygems_version: 2.7.6
|
|
280
|
+
rubygems_version: 3.0.3
|
|
276
281
|
signing_key:
|
|
277
282
|
specification_version: 4
|
|
278
283
|
summary: Convert scanned documents and images to text.
|