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 +4 -4
- data/README.md +6 -3
- data/_config.yml +1 -0
- data/lib/ocr_space/version.rb +1 -1
- data/ocr_space.gemspec +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7c1b2a8acf83ddace8ddbabe25bc7783b832d0cc
|
4
|
+
data.tar.gz: ad437866031e93ff7b1488add0a485a58e6687e2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
-
|
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
|
data/lib/ocr_space/version.rb
CHANGED
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://
|
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.
|
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://
|
121
|
+
homepage: https://github.com/suyesh/ocr_space
|
121
122
|
licenses:
|
122
123
|
- MIT
|
123
124
|
metadata:
|