chrismattmann / tika-python

Tika-Python is a Python binding to the Apache Tika™ REST services allowing Tika to be called natively in the Python community.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Any way to set IOUtils.setByteArrayMaxOverride(VALUE).

akgupta0777 opened this issue · comments

I am encountering issue with parsing large files with large data in it. Tika uses a default size of array and which is small for parsing large files. I observed that by overriding the value for array creation, I can parse large files also.
Can anyone put this option in tika python either with help of config or tika-args to do this override in tika-python possible. ?

Thanks