freebsd-ports/textproc/py-tika-client/pkg-descr
Michael Gmelin f836820133 textproc/py-tika-client: New port
Python REST client for Apache Tika server
2024-02-18 13:04:00 +01:00

14 lines
464 B
Plaintext

Tika Rest Client, simplified: No need to worry about XML or JSON responses,
downloading a Tika jar file or Python 2. Support for Tika 2+ only.
Full support for type hinting
Nearly full test coverage run against an actual Tika server for multiple
Python and PyPy versions
Uses HTTP multipart/form-data to stream files to the server (instead of
reading into memory)
Optional compression for parsing from a file content already in a buffer (as
opposed to a file)