Skip to content

Commit

Permalink
Merge pull request #24 from shebinleo/upgrade-tika
Browse files Browse the repository at this point in the history
upgraded apache tika version to 2.2.1 - closes #23
  • Loading branch information
shebinleo authored Feb 2, 2022
2 parents 6c0f35f + c6c9fd5 commit f3953b2
Show file tree
Hide file tree
Showing 6 changed files with 234 additions and 288 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,5 +110,5 @@ Sometimes downloading the dependencies might be too slow or unable to download i
cd node_modules/pdf2html/vendor
# These URLs come from https://github.com/shebinleo/pdf2html/blob/master/postinstall.js#L6-L7
wget https://dlcdn.apache.org/pdfbox/2.0.25/pdfbox-app-2.0.25.jar
wget https://dlcdn.apache.org/tika/2.2.0/tika-app-2.2.0.jar
wget https://dlcdn.apache.org/tika/2.2.1/tika-app-2.2.1.jar
```
2 changes: 1 addition & 1 deletion constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const path = require('path')
module.exports = {

VENDOR_PDF_BOX_JAR: 'pdfbox-app-2.0.25.jar',
VENDOR_TIKA_JAR: 'tika-app-2.2.0.jar',
VENDOR_TIKA_JAR: 'tika-app-2.2.1.jar',

DIRECTORY: {
PDF: path.join(__dirname, './files/pdf/'),
Expand Down
Loading

0 comments on commit f3953b2

Please sign in to comment.