ocr_space 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +4 -0
- data/lib/ocr_space/version.rb +1 -1
- data/ocr_space.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 77e73f89b2089b3554dc13b05f7515a80b283dc7
|
4
|
+
data.tar.gz: d9fe7ca0e38d9078e66ded1d201c533802fb512b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '09c0b9a262a8ccde04f5589ffabb15bbbd7451d3704cc3d08546f0d0f862775f1e07697f2852eb1c53faff3e152315291acad64f1463a79d5d8806edc2224d7b'
|
7
|
+
data.tar.gz: 2ac33e9e4c25d02bab2d1c2cf4904f83062223a4c6eb30a07ec4f447b50c639366b04cf60b92c28395817d24c0a241b826a9c8a4261132b2632faabf013641b8
|
data/README.md
CHANGED
@@ -1,9 +1,11 @@
|
|
1
1
|
![OCR.SPACE](https://ocr.space/Content/Images/ocr.space.logo.png)
|
2
2
|
[![Gem Version](https://badge.fury.io/rb/ocr_space.svg)](https://badge.fury.io/rb/ocr_space)
|
3
|
+
|
3
4
|
# OcrSpace
|
4
5
|
|
5
6
|
Simple API wrapper for [OCR.Space](https://ocr.space), A awesome Free api for converting images to text. Register [here](http://space.us11.list-manage1.com/subscribe?u=ce17e59f5b68a2fd3542801fd&id=252aee70a1) for free api key.
|
6
7
|
|
8
|
+
|
7
9
|
## Installation
|
8
10
|
|
9
11
|
Add this line to your application's Gemfile:
|
@@ -20,6 +22,8 @@ Or install it yourself as:
|
|
20
22
|
|
21
23
|
$ gem install ocr_space
|
22
24
|
|
25
|
+
Hosted at [rubygems.org](https://rubygems.org/gems/ocr_space)
|
26
|
+
|
23
27
|
## Usage
|
24
28
|
|
25
29
|
#To convert images from url
|
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://github.
|
14
|
+
spec.homepage = "https://suyesh.github.io/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.
|
4
|
+
version: 0.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Suyesh Bhandari
|
@@ -103,7 +103,7 @@ files:
|
|
103
103
|
- lib/ocr_space/from_url.rb
|
104
104
|
- lib/ocr_space/version.rb
|
105
105
|
- ocr_space.gemspec
|
106
|
-
homepage: https://github.
|
106
|
+
homepage: https://suyesh.github.io/ocr_space/
|
107
107
|
licenses:
|
108
108
|
- MIT
|
109
109
|
metadata:
|