hirobumi-chocolate_disco-jruby 0.1.2 → 0.1.3
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.
data/README.rdoc
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
= Chocolate Disco
|
|
2
2
|
|
|
3
|
-
== Description
|
|
4
|
-
|
|
5
3
|
Provides methods to extract texts from various file formats like Microsoft Office (<= 2002, as well as >= 2007,) PDF and HTML.
|
|
6
4
|
|
|
5
|
+
== Known Problems
|
|
6
|
+
|
|
7
|
+
- Still unable to extract Japanese sentense from PDF files since PDFBox & FontBox don't support it yet. See https://issues.apache.org/jira/browse/PDFBOX-420 for updates.
|
|
8
|
+
|
|
7
9
|
== Installation
|
|
8
10
|
|
|
9
11
|
sudo gem install hirobumi-chocolate_disco-jruby -s http://gems.github.com/ --no-ri --no-rdoc
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hirobumi-chocolate_disco-jruby
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Hirobumi Hama
|
|
@@ -39,6 +39,8 @@ files:
|
|
|
39
39
|
- lib/chocolate_disco/java/apache-pdfbox-0.8.0-incubator-dev.jar
|
|
40
40
|
- lib/chocolate_disco/java/bcprov-jdk15-142.jar
|
|
41
41
|
- lib/chocolate_disco/java/dom4j-1.6.1.jar
|
|
42
|
+
- lib/chocolate_disco/java/fontbox-0.8.0-incubating-dev.jar
|
|
43
|
+
- lib/chocolate_disco/java/icu4j-4_0.jar
|
|
42
44
|
- lib/chocolate_disco/java/JTextExtract.jar
|
|
43
45
|
- lib/chocolate_disco/java/log4j-1.2.13.jar
|
|
44
46
|
- lib/chocolate_disco/java/openxml4j-bin-beta.jar
|