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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ These are read once, when tika/tika.py is initially loaded and used throughout a
34
34
3.`TIKA_SERVER_ENDPOINT` - set to the host (local or remote) for the running Tika server jar.
35
35
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.
36
36
5.`TIKA_TRANSLATOR` - set to the fully qualified class name (defaults to Lingo24) for the Tika translator implementation.
37
-
6. `TIKA_SERVER_CLASSPATH' - set to a string (delimited by ':' for each additional path) to prepend to the Tika server jar path.
37
+
6.`TIKA_SERVER_CLASSPATH` - set to a string (delimited by ':' for each additional path) to prepend to the Tika server jar path.
0 commit comments