
pytesseract · PyPI
Aug 15, 2024 · If this isn’t the case, for example because tesseract isn’t in your PATH, you will have to change the “tesseract_cmd” variable pytesseract.pytesseract.tesseract_cmd.
PyMuPDF · PyPI
Dec 11, 2025 · A high performance Python library for data extraction, analysis, conversion & manipulation of PDF (and other) documents.
pdfplumber · PyPI
Nov 8, 2025 · pdfplumber Plumb a PDF for detailed information about each text character, rectangle, and line. Plus: Table extraction and visual debugging. Works best on machine-generated, rather than …
pillow · PyPI
Dec 2, 2010 · Python Imaging Library (fork)Pillow Python Imaging Library (Fork) Pillow is the friendly PIL fork by Jeffrey A. Clark and contributors. PIL is the Python Imaging Library by Fredrik Lundh and …
pytesseract-api · PyPI
Apr 30, 2024 · Project description pytesseract-api Tesseract C-API in python, a faster alternative to pytesseract Installation You can install the package via pip: pip install pytesseract-api Usage
pdfcompare · PyPI
Oct 15, 2024 · PDFCompare PDFCompare is a Python package designed for comparing multiple file types, including PDF, DOCX, and scanned images. It generates detailed difference reports that can …
flask-openai · PyPI
Mar 8, 2024 · Flask-OpenAI Extension The Flask-OpenAI extension provides a simple and intuitive way to integrate OpenAI's API into your Flask applications. With minimal setup, you can start leveraging …
pokemon-card-recognizer · PyPI
May 1, 2025 · Optional: The default OCR backend used by CardRecognizer is easy_ocr which is installed via the conda, but if you choose to use PyTesseract instead, you will need to install it:
opencv-python · PyPI
Jul 7, 2025 · Wrapper package for OpenCV python bindings.Keep OpenCV Free OpenCV is raising funds to keep the library free for everyone, and we need the support of the entire community to do it. …
pdf2image · PyPI
Jan 7, 2024 · pdf2image A python (3.7+) module that wraps pdftoppm and pdftocairo to convert PDF to a PIL Image object How to install pip install pdf2image Windows Windows users will have to build or …