No. The program will convert the input PDF to a multi-page TIFF image.
What you can do is process the PDF before the OCR step, probably use PDFBox to extract a specified page, then convert that page to an image, and send it to tesseract engine.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello
When using PDF files with multiple pages, is there a way to specify which page i want to do OCR?
Thanks
Last edit: Alfonso Vizcaino 2021-12-27
No. The program will convert the input PDF to a multi-page TIFF image.
What you can do is process the PDF before the OCR step, probably use PDFBox to extract a specified page, then convert that page to an image, and send it to tesseract engine.