@conscia/tika
Advanced tools
Comparing version 1.10.0 to 1.11.0
{ | ||
"name": "@conscia/tika", | ||
"version": "1.10.0", | ||
"version": "1.11.0", | ||
"lockfileVersion": 1, | ||
@@ -5,0 +5,0 @@ "requires": true, |
{ | ||
"name": "@conscia/tika", | ||
"version": "1.10.0", | ||
"version": "1.11.0", | ||
"description": "Apache Tika bridge. Text extraction, metadata extraction, mimetype detection and language detection.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -5,3 +5,3 @@ # node-tika # | ||
detection. All via a native Java bridge with the Apache Tika content-analysis toolkit. Bundles [Tika | ||
1.19.1](http://tika.apache.org/1.19.1/index.html). | ||
1.20](http://tika.apache.org/1.20/index.html). | ||
@@ -8,0 +8,0 @@ [![Build Status](https://semaphoreci.com/api/v1/conscia/node-tika/branches/master/badge.svg)](https://semaphoreci.com/conscia/node-tika) |
@@ -14,3 +14,3 @@ /** | ||
java.classpath.push(__dirname + '/jar/node-tika-1.19.1.jar'); | ||
java.classpath.push(__dirname + '/jar/node-tika-1.20.jar'); | ||
java.options.push('-Djava.awt.headless=true'); | ||
@@ -17,0 +17,0 @@ java.options.push('-Xrs'); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
72373629