forked from allenai/pdffigures2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request allenai#11 from dirkgr/OpenSource
Degrade performance for licensing reasons
- Loading branch information
Showing
2 changed files
with
16 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,9 +36,17 @@ To install it you will need an appropriate resolver like: | |
|
||
Then include | ||
|
||
`libraryDependencies += "org.allenai" %% "pdffigures2" % "0.0.6"` | ||
|
||
Including this package in [jcenter](https://bintray.com/bintray/jcenter) is in progress. | ||
`libraryDependencies += "org.allenai" %% "pdffigures2" % "0.0.10"` | ||
|
||
For licensing reasons, PDFFigures2 does not include libraries for some image formats. Without these | ||
libraries, PDFFigures2 cannot process PDFs that contain images in these formats. If you have no | ||
licensing restrictions in your project, we recommend you add these additional dependencies to your | ||
project as well: | ||
``` | ||
"com.github.jai-imageio" % "jai-imageio-core" % "1.2.1", | ||
"com.github.jai-imageio" % "jai-imageio-jpeg2000" % "1.3.0", // For handling jpeg2000 images | ||
"com.levigo.jbig2" % "levigo-jbig2-imageio" % "1.6.5", // For handling jbig2 images | ||
``` | ||
|
||
### Command Line Tools | ||
PDFFigures 2 provides two CLI tools. One, 'FigureExtractorBatchCli', can be used to extract figures | ||
|
@@ -175,4 +183,4 @@ relax this assumption to resolve this issue. | |
|
||
|
||
## Contact | ||
Christopher Clark, [email protected] | ||
Christopher Clark, [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters