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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7451be2b7a3a034a55efc1e22cc7ecf5bb6bbe70
4
- data.tar.gz: 5bb0fcfa39a0e233c5cbd1d7df205c2c1ca7852e
3
+ metadata.gz: 77e73f89b2089b3554dc13b05f7515a80b283dc7
4
+ data.tar.gz: d9fe7ca0e38d9078e66ded1d201c533802fb512b
5
5
  SHA512:
6
- metadata.gz: e0ad87d49773ca3ac6aee6468c57d194bf37011f82a5f59f04468daa44be13388ebd8ddaeefd75e56441ad5471df81fad70c11fc89dd1d662ff1c4521e116aff
7
- data.tar.gz: 7f6574b2bbbef2d44050090073a90d4e051db833b2f538f72c9c6a218a85dbafdf52a2d59d6140b8322e155dcd1d6ec7ae8ced52993e3ac030de3615e9b7329f
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
@@ -1,3 +1,3 @@
1
1
  module OcrSpace
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
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://github.com/suyesh/ocr_space"
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.0
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.com/suyesh/ocr_space
106
+ homepage: https://suyesh.github.io/ocr_space/
107
107
  licenses:
108
108
  - MIT
109
109
  metadata: