You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provide a new option to scan only a maximum number of pages of a PDF document.
This is to avoid that very large documents will not block the tika service because of to CPU intensive ocr scanning.
The method 'doORCProcessing' should accept an new optional parameter MaxPages and cut the PDF document if the number of pages exceeds this param.
We can use PDF Box to implement this feature
The text was updated successfully, but these errors were encountered:
Provide a new option to scan only a maximum number of pages of a PDF document.
This is to avoid that very large documents will not block the tika service because of to CPU intensive ocr scanning.
The method 'doORCProcessing' should accept an new optional parameter MaxPages and cut the PDF document if the number of pages exceeds this param.
We can use PDF Box to implement this feature
The text was updated successfully, but these errors were encountered: