--- id: pytesseract version: "0.3.13" license: Apache License 2.0 license_treatment: permissive maintenance: active --- # pytesseract — Python-tesseract is a python wrapper for Google's Tesseract-OCR License: permissive · Maintenance: active · Popularity: top 1,000 on PyPI ## Install pip install pytesseract uv add pytesseract poetry add pytesseract ## Description Python Tesseract ================ .. image:: https://img.shields.io/pypi/pyversions/pytesseract.svg :target: https://pypi.python.org/pypi/pytesseract :alt: Python versions .. image:: https://img.shields.io/github/release/madmaze/pytesseract.svg :target: https://github.com/madmaze/pytesseract/releases :alt: Github release .. image:: https://img.shields.io/pypi/v/pytesseract.svg?color=blue :target: https://pypi.python.org/pypi/pytesseract :alt: PyPI release .. image:: https://img.shields.io/conda/vn/conda-forge/pytesseract.svg?color=blue :target: https://anaconda.org/conda-forge/pytesseract :alt: Conda release .. image:: https://results.pre-commit.ci/badge/github/madmaze/pytesseract/master.svg :target: https://results.pre-commit.ci/latest/github/madmaze/pytesseract/master :alt: Pre-commit CI status .. image:: https://github.com/madmaze/pytesseract/workflows/CI/badge.svg?branch=master :target: https://github.com/madmaze/pytesseract/actions?query=workflow%3ACI :alt: CI workflow status Python-tesseract is an optical character recognition (OCR) tool for python. That is, it will recognize and "read" the text embedded in... ## AI interpretation — verify before relying pytesseract is a Python wrapper for Google's Tesseract-OCR engine that extracts text from images and generates structured output like bounding boxes, confidence scores, and searchable PDFs. Verdict: pytesseract is a well-maintained, actively developed OCR wrapper with low dependency friction and permissive licensing. No known vulnerabilities. Primary blocker is the external Tesseract system dependency, not the Python package itself. [View on SkillFed](https://skillfed.io/packages/pytesseract) · [View on PyPI](https://pypi.org/project/pytesseract/)