ocr_space 2.3 → 2.3.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +0 -8
  3. data/lib/ocr_space/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e31b740fda80d7e435633b181664abe00d52f1c4
4
- data.tar.gz: 323033e289f5a106c645417d24e20aa3a3137923
3
+ metadata.gz: c6339702d2c10abd4c88dd545be7f4f08d307c7d
4
+ data.tar.gz: d43e9b4249ce8c91247dc5b52fb19502b967363f
5
5
  SHA512:
6
- metadata.gz: bd9421f6a23988bcd48ce5b2f166ad0c6ace824bc71f1ee1c049f78b9489aadbcc861b3ec4ebdf708c0d1a36f0f637f336194bbcea869e550e3a67720e828692
7
- data.tar.gz: 6be0bf1464ac989bdab39765c866d205d3e56e1e3be1750c04e28b907b5d563231f929fa0d010bb5365634a9e1a66b4961a677e67a1924007ad1deca7d69516d
6
+ metadata.gz: 9b8b556d7795a84e505f6ce73ec9840d94af61a1f6c27b59636b2f38e3d1f2580e4dda34ea99ddffc85c897faffd0a3582bf269523fcdf58b4384f40301c2451
7
+ data.tar.gz: 1454956b44abf94bb8926f26663caf91c8c5fa91f78b5e7eb69fe858dda54807bcfbc36732a9a981f8235922daa9162ad37f1e310850ccb74f9b3862aeffdf40
data/README.md CHANGED
@@ -53,10 +53,6 @@ result = resource.convert url: "http://bit.ly/2ih9aXt"
53
53
  puts result
54
54
  => #[{"TextOverlay"=>{"Lines"=>[], "HasOverlay"=>false, "Message"=>"Text overlay is not provided as it is not requested"}, "FileParseExitCode"=>1, "ParsedText"=>"If you want to find the secrets of the \r\nuniverse, think in terms of energy, \r\nfrequency and vibration. \r\nAZ QUOTES \r\n", "ErrorMessage"=>"", "ErrorDetails"=>""}]
55
55
 
56
- puts result.text_data #Clean result
57
-
58
- => "If you want to find the secrets of the universe, think in terms of energy, frequency and vibration. AZ QUOTES"
59
-
60
56
  ```
61
57
 
62
58
  #To convert images from file upload
@@ -69,10 +65,6 @@ puts result #Raw result
69
65
 
70
66
  => #{"TextOverlay"=>{"Lines"=>[], "HasOverlay"=>false, "Message"=>"Text overlay is not provided as it is not requested"}, "FileParseExitCode"=>1, "ParsedText"=>"If you want to find the secrets of the \r\nuniverse, think in terms of energy, \r\nfrequency and vibration. \r\nAZ QUOTES \r\n", "ErrorMessage"=>"", "ErrorDetails"=>""}
71
67
 
72
- puts result.text_data #Clean result
73
-
74
- => "If you want to find the secrets of the universe, think in terms of energy, frequency and vibration. AZ QUOTES"
75
-
76
68
  ```
77
69
 
78
70
  #COMMAND LINE INTERFACE ***BONUS***
@@ -1,3 +1,3 @@
1
1
  module OcrSpace
2
- VERSION = '2.3'.freeze
2
+ VERSION = '2.3.1'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ocr_space
3
3
  version: !ruby/object:Gem::Version
4
- version: '2.3'
4
+ version: 2.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Suyesh Bhandari