dschmidt opened a new pull request, #3146:
URL: https://github.com/apache/tika/pull/3146

   Rendering only the first page of a PDF used to require `maxPages: 1`, which 
cuts the text off with it. `"pdf-parser": {"maxRenderedPages": N}` bounds the 
rendering on its own, counted from the first page, for both 
`RENDER_PAGES_BEFORE_PARSE` and `RENDER_PAGES_AT_PAGE_END`: a thumbnail request 
renders one page while text extraction covers the whole document.
   
   Extracted from #3096, where it was the one piece that is pure parser config; 
the rest of that PR is superseded by the presets from #3118, and I'll close it.
   
   https://issues.apache.org/jira/browse/TIKA-4856
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to