yomu 0.2.2 → 0.2.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 +2 -0
- data/jar/{tika-app-1.6.jar → tika-app-1.9.jar} +0 -0
- data/lib/yomu.rb +1 -1
- data/lib/yomu/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dbb7c9ff6a0aeadbb3a8d87a309c3a8ff2d43dfd
|
4
|
+
data.tar.gz: 15b233a5115b811145a876ae8f06cd85587a9efe
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 832fc5a81d577d0b71188dfd2c28fa4cfb435fc03b7dc1cb3fe9a7f5e9ffef0d773e5ab00b1a29232dd0bc474487354973d63450ed1b09742f14437ac49c8e3d
|
7
|
+
data.tar.gz: efaf053fa4e46299ed9e8ae56fc56f3d872324308b8cb04e7007f377eeb92b9748a9454b28c5bbb7887ef1193bd4bcba6cbe7938cc755a4621a60cbd7d0c544f
|
data/README.md
CHANGED
@@ -4,6 +4,8 @@
|
|
4
4
|
|
5
5
|
# Yomu 読む
|
6
6
|
|
7
|
+
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/Erol/yomu?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
|
8
|
+
|
7
9
|
[Yomu](http://erol.github.com/yomu) is a library for extracting text and metadata from files and documents using the [Apache Tika](http://tika.apache.org/) content analysis toolkit.
|
8
10
|
|
9
11
|
Here are some of the formats supported:
|
Binary file
|
data/lib/yomu.rb
CHANGED
@@ -9,7 +9,7 @@ require 'stringio'
|
|
9
9
|
|
10
10
|
class Yomu
|
11
11
|
GEMPATH = File.dirname(File.dirname(__FILE__))
|
12
|
-
JARPATH = File.join(Yomu::GEMPATH, 'jar', 'tika-app-1.
|
12
|
+
JARPATH = File.join(Yomu::GEMPATH, 'jar', 'tika-app-1.9.jar')
|
13
13
|
DEFAULT_SERVER_PORT = 9293 # an arbitrary, but perfectly cromulent, port
|
14
14
|
|
15
15
|
@@server_port = nil
|
data/lib/yomu/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: yomu
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Erol Fornoles
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2015-11-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: mime-types
|
@@ -96,7 +96,7 @@ files:
|
|
96
96
|
- NOTICE.txt
|
97
97
|
- README.md
|
98
98
|
- Rakefile
|
99
|
-
- jar/tika-app-1.
|
99
|
+
- jar/tika-app-1.9.jar
|
100
100
|
- lib/yomu.rb
|
101
101
|
- lib/yomu/version.rb
|
102
102
|
- spec/helper.rb
|
@@ -126,7 +126,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
126
126
|
version: '0'
|
127
127
|
requirements: []
|
128
128
|
rubyforge_project:
|
129
|
-
rubygems_version: 2.
|
129
|
+
rubygems_version: 2.4.6
|
130
130
|
signing_key:
|
131
131
|
specification_version: 4
|
132
132
|
summary: Read text and metadata from files and documents (.doc, .docx, .pages, .odt,
|