Re: [tesseract-ocr] Linearized PDFs

2023-02-01 Thread Zdenko Podobny
AFAIK no, but you can use external tools like QPDF to create linearized pdf E.g. tesseract sceen.png screen pdf qpdf --linearize screen.pdf final.pdf [1] https://qpdf.readthedocs.io/en/stable/linearization.html#writing-linearized-files Zdenko ut 31. 1. 2023 o 19:50 'Gerry St.Pierre' via tessera

Re: [tesseract-ocr] Linearized PDFs

2023-02-01 Thread 'Gerry St.Pierre' via tesseract-ocr
Thanks very much for the response. I believe that I have seen responses to other questions either here or elsewhere indicating that it may be more performant to use Tesseract to convert each image to a pdf page separately. Then use a separate app to combine them into a single file. On Wed, Feb 1,