On Thu, 8 Jun 2017, tesm...@gmail.com wrote:
Thanks for your reply. I am calling Apache Tika in Java code like this:

public String extractPDFText(String faInputFileName) throws
IOException,TikaException {

      //Handler for body text of the PDF article
BodyContentHandler handler = new BodyContentHandler();

Change this for "new BodyContentHandler(-1)" to remove the write limit. More details in the javadocs:
https://tika.apache.org/1.15/api/org/apache/tika/sax/BodyContentHandler.html#BodyContentHandler-int-

Nick

Reply via email to