We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea4ce60 commit effa659Copy full SHA for effa659
README.md
@@ -86,7 +86,7 @@ print(parsed["content"])
86
Optionally, you can pass Tika server URL along with the call
87
what's useful for multi-instance execution or when Tika is dockerzed/linked.
88
89
-``
+```
90
parsed = parser.from_file('/path/to/file', 'http://tika:9998/tika')
91
string_parsed = parser.from_buffer('Good evening, Dave', 'http://tika:9998/tika')
92
```
0 commit comments