kvg_character_recognition 0.1.3 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,3 @@
1
1
  module KvgCharacterRecognition
2
- VERSION = "0.1.3"
2
+ VERSION = "0.2.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kvg_character_recognition
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jiayi Zheng
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-01-31 00:00:00.000000000 Z
11
+ date: 2016-04-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri
@@ -104,8 +104,13 @@ files:
104
104
  - kvg_character_recognition.gemspec
105
105
  - lib/kvg_character_recognition.rb
106
106
  - lib/kvg_character_recognition/datastore.rb
107
+ - lib/kvg_character_recognition/heatmap_feature.rb
108
+ - lib/kvg_character_recognition/kvg_parser.rb
109
+ - lib/kvg_character_recognition/non_structural_feature.rb
110
+ - lib/kvg_character_recognition/normalization.rb
107
111
  - lib/kvg_character_recognition/preprocessor.rb
108
112
  - lib/kvg_character_recognition/recognizer.rb
113
+ - lib/kvg_character_recognition/template.rb
109
114
  - lib/kvg_character_recognition/trainer.rb
110
115
  - lib/kvg_character_recognition/utils.rb
111
116
  - lib/kvg_character_recognition/version.rb