Relative Content

Tag Archive for pythonocrtesseractjbig2

Python Extract and OCR JBIG2 images

I am trying to OCR a PDF file in Python that contains JBIG2 encoded images.
Originally started with PyPDF, I recognized that the limitation here is PIL: https://github.com/py-pdf/pypdf/issues/1989