rtesseract 3.0.3 → 3.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +29 -23
- data/lib/rtesseract/command.rb +3 -3
- data/lib/rtesseract/version.rb +1 -1
- data/rtesseract.gemspec +2 -2
- metadata +10 -10
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dc788ebe9da52c8fb9102911c9b99b5976f2a1f1fc9f598531efe44b874b9095
|
4
|
+
data.tar.gz: 11009f485df7cf406d5a66747d1fb3b3c0a673a81fbe4b9076a354c915810bd6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3ff18b94cfc2a40ceeebc955ff40cea8066964367e6ee0c24013fe4747a195f7b0786f45164e7ba7da1040a736a3066f670629932efea92525097bc9bcc326a2
|
7
|
+
data.tar.gz: 1047e1e4dcd79f0fa1e0fea9494e97d0941603b7b97ac60339ecc44ccf84c3cde367fcf0de91808d484c07923e8a003429aa7da49557abd663787c1b35987cde
|
data/Gemfile.lock
CHANGED
@@ -1,47 +1,53 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
rtesseract (3.0.
|
4
|
+
rtesseract (3.0.4)
|
5
5
|
nokogiri
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: https://rubygems.org/
|
9
9
|
specs:
|
10
|
-
coveralls (0.
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
10
|
+
coveralls (0.7.2)
|
11
|
+
multi_json (~> 1.3)
|
12
|
+
rest-client (= 1.6.7)
|
13
|
+
simplecov (>= 0.7)
|
14
|
+
term-ansicolor (= 1.2.2)
|
15
|
+
thor (= 0.18.1)
|
16
16
|
diff-lcs (1.3)
|
17
|
-
docile (1.3.
|
18
|
-
json (2.
|
17
|
+
docile (1.3.2)
|
18
|
+
json (2.2.0)
|
19
|
+
mime-types (3.3)
|
20
|
+
mime-types-data (~> 3.2015)
|
21
|
+
mime-types-data (3.2019.0904)
|
19
22
|
mini_portile2 (2.4.0)
|
20
|
-
|
23
|
+
multi_json (1.13.1)
|
24
|
+
nokogiri (1.10.4)
|
21
25
|
mini_portile2 (~> 2.4.0)
|
22
|
-
rake (
|
26
|
+
rake (12.3.3)
|
27
|
+
rest-client (1.6.7)
|
28
|
+
mime-types (>= 1.16)
|
23
29
|
rspec (3.8.0)
|
24
30
|
rspec-core (~> 3.8.0)
|
25
31
|
rspec-expectations (~> 3.8.0)
|
26
32
|
rspec-mocks (~> 3.8.0)
|
27
|
-
rspec-core (3.8.
|
33
|
+
rspec-core (3.8.2)
|
28
34
|
rspec-support (~> 3.8.0)
|
29
|
-
rspec-expectations (3.8.
|
35
|
+
rspec-expectations (3.8.4)
|
30
36
|
diff-lcs (>= 1.2.0, < 2.0)
|
31
37
|
rspec-support (~> 3.8.0)
|
32
|
-
rspec-mocks (3.8.
|
38
|
+
rspec-mocks (3.8.1)
|
33
39
|
diff-lcs (>= 1.2.0, < 2.0)
|
34
40
|
rspec-support (~> 3.8.0)
|
35
|
-
rspec-support (3.8.
|
36
|
-
simplecov (0.
|
41
|
+
rspec-support (3.8.2)
|
42
|
+
simplecov (0.17.1)
|
37
43
|
docile (~> 1.1)
|
38
44
|
json (>= 1.8, < 3)
|
39
45
|
simplecov-html (~> 0.10.0)
|
40
46
|
simplecov-html (0.10.2)
|
41
|
-
term-ansicolor (1.
|
42
|
-
tins (~>
|
43
|
-
thor (0.
|
44
|
-
tins (
|
47
|
+
term-ansicolor (1.2.2)
|
48
|
+
tins (~> 0.8)
|
49
|
+
thor (0.18.1)
|
50
|
+
tins (0.13.2)
|
45
51
|
|
46
52
|
PLATFORMS
|
47
53
|
ruby
|
@@ -49,10 +55,10 @@ PLATFORMS
|
|
49
55
|
DEPENDENCIES
|
50
56
|
bundler (~> 1.17)
|
51
57
|
coveralls
|
52
|
-
rake
|
53
|
-
rspec
|
58
|
+
rake
|
59
|
+
rspec
|
54
60
|
rtesseract!
|
55
61
|
simplecov
|
56
62
|
|
57
63
|
BUNDLED WITH
|
58
|
-
1.17.
|
64
|
+
1.17.3
|
data/lib/rtesseract/command.rb
CHANGED
@@ -16,9 +16,9 @@ class RTesseract
|
|
16
16
|
add_option('--psm', options.psm)
|
17
17
|
add_option('--oem', options.oem)
|
18
18
|
add_option('-l', options.lang)
|
19
|
-
add_option('--
|
20
|
-
add_option('--
|
21
|
-
add_option('--
|
19
|
+
add_option('--tessdata-dir', options.tessdata_dir)
|
20
|
+
add_option('--user-words', options.user_words)
|
21
|
+
add_option('--user-patterns', options.user_patterns)
|
22
22
|
|
23
23
|
other_configs
|
24
24
|
|
data/lib/rtesseract/version.rb
CHANGED
data/rtesseract.gemspec
CHANGED
@@ -24,8 +24,8 @@ Gem::Specification.new do |spec|
|
|
24
24
|
|
25
25
|
spec.add_development_dependency 'bundler', '~> 1.17'
|
26
26
|
spec.add_development_dependency 'coveralls'
|
27
|
-
spec.add_development_dependency 'rake'
|
28
|
-
spec.add_development_dependency 'rspec'
|
27
|
+
spec.add_development_dependency 'rake'
|
28
|
+
spec.add_development_dependency 'rspec'
|
29
29
|
spec.add_development_dependency 'simplecov'
|
30
30
|
|
31
31
|
spec.add_dependency 'nokogiri'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rtesseract
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Danilo Jeremias da Silva
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-09-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -42,30 +42,30 @@ dependencies:
|
|
42
42
|
name: rake
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
44
44
|
requirements:
|
45
|
-
- - "
|
45
|
+
- - ">="
|
46
46
|
- !ruby/object:Gem::Version
|
47
|
-
version: '
|
47
|
+
version: '0'
|
48
48
|
type: :development
|
49
49
|
prerelease: false
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
51
51
|
requirements:
|
52
|
-
- - "
|
52
|
+
- - ">="
|
53
53
|
- !ruby/object:Gem::Version
|
54
|
-
version: '
|
54
|
+
version: '0'
|
55
55
|
- !ruby/object:Gem::Dependency
|
56
56
|
name: rspec
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
58
58
|
requirements:
|
59
|
-
- - "
|
59
|
+
- - ">="
|
60
60
|
- !ruby/object:Gem::Version
|
61
|
-
version: '
|
61
|
+
version: '0'
|
62
62
|
type: :development
|
63
63
|
prerelease: false
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
65
65
|
requirements:
|
66
|
-
- - "
|
66
|
+
- - ">="
|
67
67
|
- !ruby/object:Gem::Version
|
68
|
-
version: '
|
68
|
+
version: '0'
|
69
69
|
- !ruby/object:Gem::Dependency
|
70
70
|
name: simplecov
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|