You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-9Lines changed: 12 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,15 +39,18 @@ These are read once, when tika/tika.py is initially loaded and used throughout a
39
39
2.`TIKA_SERVER_JAR` - set to the full URL to the remote Tika server jar to download and cache.
40
40
3.`TIKA_SERVER_ENDPOINT` - set to the host (local or remote) for the running Tika server jar.
41
41
4.`TIKA_CLIENT_ONLY` - if set to True, then `TIKA_SERVER_JAR` is ignored, and relies on the value for `TIKA_SERVER_ENDPOINT` and treats Tika like a REST client.
42
-
5.`TIKA_TRANSLATOR` - set to the fully qualified class name (defaults to Lingo24) for the Tika translator implementation.
43
-
6.`TIKA_SERVER_CLASSPATH` - set to a string (delimited by ':' for each additional path) to prepend to the Tika server jar path.
44
-
7.`TIKA_LOG_PATH` - set to a directory with write permissions and the `tika.log` and `tika-server.log` files will be placed in this directory.
45
-
8.`TIKA_PATH` - set to a directory with write permissions and the `tika_server.jar` file will be placed in this directory.
46
-
9.`TIKA_JAVA` - set the Java runtime name, e.g., `java` or `java9`
47
-
10.`TIKA_STARTUP_SLEEP` - number of seconds (`float`) to wait per check if Tika server is launched at runtime
48
-
11.`TIKA_STARTUP_MAX_RETRY` - number of checks (`int`) to attempt for Tika server startup if launched at runtime
49
-
12.`TIKA_JAVA_ARGS` - set java runtime arguments, e.g, `-Xmx4g`
50
-
13.`TIKA_LOG_FILE` - set the filename for the log file. default: `tika.log`. if it is an empty string (`''`), no log file is created.
42
+
3.`TIKA_JAR_HASH_ALGO` - set to `sha1` when running on FIPS-compliant systems; default value is `md5`.
43
+
4.`TIKA_SERVER_ENDPOINT` - set to the host (local or remote) for the running Tika server jar.
44
+
5.`TIKA_CLIENT_ONLY` - if set to True, then `TIKA_SERVER_JAR` is ignored, and relies on the value for `TIKA_SERVER_ENDPOINT` and treats Tika like a REST client.
45
+
6.`TIKA_TRANSLATOR` - set to the fully qualified class name (defaults to Lingo24) for the Tika translator implementation.
46
+
7.`TIKA_SERVER_CLASSPATH` - set to a string (delimited by ':' for each additional path) to prepend to the Tika server jar path.
47
+
8.`TIKA_LOG_PATH` - set to a directory with write permissions and the `tika.log` and `tika-server.log` files will be placed in this directory.
48
+
9.`TIKA_PATH` - set to a directory with write permissions and the `tika_server.jar` file will be placed in this directory.
49
+
10.`TIKA_JAVA` - set the Java runtime name, e.g., `java` or `java9`
50
+
11.`TIKA_STARTUP_SLEEP` - number of seconds (`float`) to wait per check if Tika server is launched at runtime
51
+
12.`TIKA_STARTUP_MAX_RETRY` - number of checks (`int`) to attempt for Tika server startup if launched at runtime
52
+
13.`TIKA_JAVA_ARGS` - set java runtime arguments, e.g, `-Xmx4g`
53
+
14.`TIKA_LOG_FILE` - set the filename for the log file. default: `tika.log`. if it is an empty string (`''`), no log file is created.
0 commit comments