ocr_space 0.2.7.2 → 0.2.7.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 418a4dd2032b0e6d684747e1310f26cf1ea4f0e2
4
- data.tar.gz: 4230853e0240320fdf74bf45c6f45b8f066eb363
3
+ metadata.gz: 7c1b2a8acf83ddace8ddbabe25bc7783b832d0cc
4
+ data.tar.gz: ad437866031e93ff7b1488add0a485a58e6687e2
5
5
  SHA512:
6
- metadata.gz: e8ae23c4f1756ad91dd345c44841c0c7a15047f6db299f2e30e7a15054a95679083572f6e041d87c0b927d801d2f77e0ec3fcbe8a5510f07a6782c86cb9b1c57
7
- data.tar.gz: 6cf0b851adcee3ac73f7130e213815a258097728af9792bddb078a2b1dcdf419bfc1b67750a945a38a5146acd360f82bb6ec2af63e142074813b9977aca5b23b
6
+ metadata.gz: 0a3c5db74d18468f0bd97419b0d3114f1830061241372333d2c229afc27be4a07b7ff2858f7c03bf27564e526385003c199cf1cb94dcf1a733af791c6d086075
7
+ data.tar.gz: c59f78d727e8720dbf82612da82c84d92fc7ebaeba6d39862614be790286fd8db7cede7a667626c9dbb9be1da4ba9ee2859a6939f7064a96260d06bdf3cb8e7b
data/README.md CHANGED
@@ -26,10 +26,10 @@ Hosted at [rubygems.org](https://rubygems.org/gems/ocr_space)
26
26
 
27
27
  ## Usage
28
28
 
29
- #To convert images from url
30
-
31
29
  ![Nicola Tesla](http://bit.ly/2ih9aXt)
32
30
 
31
+ #To convert images from url
32
+
33
33
  ```ruby
34
34
  require 'ocr_space'
35
35
 
@@ -67,7 +67,10 @@ You can run ocr_space through shell to get quick result from a image using filep
67
67
  ```
68
68
  $ ocrspace home/suyesh/nicola_tesla.jpg
69
69
 
70
- $ "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"
70
+ => If you want to find the secrets of the
71
+ universe, think in terms of energy,
72
+ frequency and vibration.
73
+ AZ QUOTES
71
74
 
72
75
  ```
73
76
  #NOTE
data/_config.yml ADDED
@@ -0,0 +1 @@
1
+ theme: jekyll-theme-modernist
@@ -1,3 +1,3 @@
1
1
  module OcrSpace
2
- VERSION = '0.2.7.2'.freeze
2
+ VERSION = '0.2.7.3'.freeze
3
3
  end
data/ocr_space.gemspec CHANGED
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
 
12
12
  spec.summary = 'Free Online OCR for Ruby - Convert images to text '
13
13
  spec.description = 'Free Online OCR for Ruby - Convert images to text '
14
- spec.homepage = 'https://suyesh.github.io/ocr_space/'
14
+ spec.homepage = 'https://github.com/suyesh/ocr_space'
15
15
  spec.license = 'MIT'
16
16
 
17
17
  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
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: 0.2.7.2
4
+ version: 0.2.7.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Suyesh Bhandari
@@ -108,6 +108,7 @@ files:
108
108
  - LICENSE.txt
109
109
  - README.md
110
110
  - Rakefile
111
+ - _config.yml
111
112
  - bin/console
112
113
  - bin/setup
113
114
  - exe/ocrspace
@@ -117,7 +118,7 @@ files:
117
118
  - lib/ocr_space/from_url.rb
118
119
  - lib/ocr_space/version.rb
119
120
  - ocr_space.gemspec
120
- homepage: https://suyesh.github.io/ocr_space/
121
+ homepage: https://github.com/suyesh/ocr_space
121
122
  licenses:
122
123
  - MIT
123
124
  metadata: