macOS
brew install tesseractprovider-native install command
brew / rank 109
OCR (Optical Character Recognition) engine. Version 5.5.3 via Homebrew; verified 2026-07-25.
install
brew install tesseractprovider-native install command
overview
OCR (Optical Character Recognition) engine
history
Tesseract is one of the canonical open-source OCR engines and includes both libtesseract and the `tesseract` command-line program. Official docs describe an Apache-licensed OCR engine usable from the shell or through C and C++ APIs, with Unicode support, trained data for more than 100 languages, and output formats including plain text, hOCR, searchable PDF, TSV, ALTO, and PAGE.
Tesseract began as a Hewlett-Packard OCR engine developed at HP Laboratories Bristol and HP Greeley between 1985 and 1994. HP later made Windows and C++ changes, open-sourced the project in 2005, and Google developed it from 2006 until August 2017.
The modern project is maintained in the tesseract-ocr GitHub organization. The official README names Stefan Weil as current lead developer, Ray Smith as lead developer until 2017, and Zdenko Podobny as maintainer. Tesseract 4 introduced an LSTM neural-network recognizer, and version 5 became the current stable major line with release 5.0.0 on November 30, 2021.
Tesseract's adoption is unusually broad for a CLI package because it sits at the boundary between desktop utilities, archival workflows, library APIs, and machine-learning-era OCR. Package metadata lists it across Homebrew, Chocolatey, Debian, Fedora, MacPorts, Nix, Arch, Scoop, Ubuntu, winget, and openSUSE, reflecting long-term cross-platform demand.
The classic package-manager usage is `tesseract imagename outputbase`, optionally adding language, OCR engine mode, page segmentation mode, and config files. Users install language data, run OCR from shell scripts, generate text or searchable PDFs, and let higher-level wrappers call libtesseract where an application needs embedded OCR.
Tesseract is a package-nerd landmark because installing it correctly is often half the battle: the engine, traineddata files, image libraries, compiler flags, and wrapper bindings must line up. It is also a rare package where command-line users, distro maintainers, data archivists, and application developers all care about the same executable.
security posture
broad file, network, media, or database tool signal. infrastructure mutation or orchestration signal.
orange risk · medium confidence · infrastructure
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
ambiguous_words | executable | indexed executable | Discovered from the local executable index. |
classifier_tester | executable | indexed executable | Discovered from the local executable index. |
cntraining | executable | indexed executable | Discovered from the local executable index. |
combine_lang_model | executable | indexed executable | Discovered from the local executable index. |
combine_tessdata | executable | indexed executable | Discovered from the local executable index. |
dawg2wordlist | executable | indexed executable | Discovered from the local executable index. |
lstmeval | executable | indexed executable | Discovered from the local executable index. |
lstmtraining | executable | indexed executable | Discovered from the local executable index. |
merge_unicharsets | executable | indexed executable | Discovered from the local executable index. |
mftraining | executable | indexed executable | Discovered from the local executable index. |
set_unicharset_properties | executable | indexed executable | Discovered from the local executable index. |
shapeclustering | executable | indexed executable | Discovered from the local executable index. |
tesseract | executable | indexed executable | Discovered from the local executable index. |
text2image | executable | indexed executable | Discovered from the local executable index. |
unicharset_extractor | executable | indexed executable | Discovered from the local executable index. |
wordlist2dawg | executable | indexed executable | Discovered from the local executable index. |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
install metadata
| Package key | brew:tesseract |
|---|---|
| Version | 5.5.3 |
| Package manager | Homebrew |
| Homepage | https://tesseract-ocr.github.io/ |
| Repository | https://github.com/tesseract-ocr/tesseract |
| Last updated | 2026-07-25T00:56:36Z |
| Pulse | updated |
| Bottle | not recorded |
| Service | none declared |
source trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.