macOS
brew install tesseractlocal Homebrew formula metadata
sudo port install tesseractMacPorts ports tree · textproc/tesseract/Portfile · ソース: api.github.com
brew
tesseract のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install tesseractlocal Homebrew formula metadata
sudo port install tesseractMacPorts ports tree · textproc/tesseract/Portfile · ソース: api.github.com
sudo dnf install tesseractFedora Rawhide package metadata · tesseract · ソース: dl.fedoraproject.org
nix profile install nixpkgs#tesseractnixpkgs package indexes · tesseract · ソース: raw.githubusercontent.com
sudo pacman -S tesseractArch Linux sync databases · tesseract · ソース: geo.mirror.pkgbuild.com
sudo zypper install tesseractopenSUSE Tumbleweed package metadata · tesseract · ソース: download.opensuse.org
sudo apt install libtesseract-devDebian stable package indexes · libtesseract-dev · ソース: deb.debian.org
choco install tesseractChocolatey community package catalog · tesseract · ソース: community.chocolatey.org
scoop install main/tesseractScoop official bucket manifest trees · bucket/tesseract.json · ソース: api.github.com
winget install --id Tesseract.Tesseract.Stable -eWindows Package Manager source index · Tesseract.Tesseract.Stable · ソース: cdn.winget.microsoft.com
概要
OCR (Optical Character Recognition) engine
履歴
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.
セキュリティ状態
broad file, network, media, or database tool signal. infrastructure mutation or orchestration signal.
リスク orange · 信頼度 中 · infrastructure
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
ambiguous_words | cli | グローバル実行可能ファイル | |
classifier_tester | cli | グローバル実行可能ファイル | |
cntraining | cli | グローバル実行可能ファイル | |
combine_lang_model | cli | グローバル実行可能ファイル | |
combine_tessdata | cli | グローバル実行可能ファイル | |
dawg2wordlist | cli | グローバル実行可能ファイル | |
lstmeval | cli | グローバル実行可能ファイル | |
lstmtraining | cli | グローバル実行可能ファイル | |
merge_unicharsets | cli | グローバル実行可能ファイル | |
mftraining | cli | グローバル実行可能ファイル | |
set_unicharset_properties | cli | グローバル実行可能ファイル | |
shapeclustering | cli | グローバル実行可能ファイル | |
tesseract | cli | グローバル実行可能ファイル | |
text2image | cli | グローバル実行可能ファイル | |
unicharset_extractor | cli | グローバル実行可能ファイル | |
wordlist2dawg | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/tesseract-ocr/tesseract
インストールメタデータ
| パッケージキー | brew:tesseract |
|---|---|
| バージョン | 5.5.2 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/tesseract |
| ホームページ | https://tesseract-ocr.github.io/ |
| リポジトリ | https://github.com/tesseract-ocr/tesseract |
| 上流ドキュメント | https://tesseract-ocr.github.io/tessdoc |
| ライセンス | Apache-2.0 |
| ソースアーカイブ | https://github.com/tesseract-ocr/tesseract/archive/refs/tags/5.5.2.tar.gz |
| 依存関係 | cairo, fontconfig, freetype, gettext, glib, harfbuzz, icu4c@78, leptonica, libarchive, pango |
| ビルド依存関係 | autoconf, automake, libtool, pkgconf |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
| 注意点 | This formula contains only the "eng", "osd", and "snum" language data files. If you need any other supported languages, run `brew install tesseract-lang`. |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | tesseract |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
libtesseract-dev 5.5.0-1+b1
Development files for the tesseract command line OCR tool
https://github.com/tesseract-ocr/
sudo apt install libtesseract-devlibtesseract5 5.5.0-1+b1
Tesseract OCR library
https://github.com/tesseract-ocr/
sudo apt install libtesseract5tesseract-ocr 5.5.0-1+b1
Tesseract command line OCR tool
https://github.com/tesseract-ocr/
sudo apt install tesseract-ocrtesseract-ocr-all 5.5.0-1
Tesseract OCR with all language and script packages
https://github.com/tesseract-ocr/
sudo apt install tesseract-ocr-alltesseract
nix profile install nixpkgs#tesseractlibtesseract-dev 5.3.4-1build5
Development files for the tesseract command line OCR tool
https://github.com/tesseract-ocr/
sudo apt install libtesseract-devlibtesseract5 5.3.4-1build5
Tesseract OCR library
https://github.com/tesseract-ocr/
sudo apt install libtesseract5tesseract-ocr 5.3.4-1build5
Tesseract command line OCR tool
https://github.com/tesseract-ocr/
sudo apt install tesseract-ocrtesseract-ocr-all 5.3.4-1build5
Tesseract OCR with all language and script packages
https://github.com/tesseract-ocr/
sudo apt install tesseract-ocr-allmingw32-tesseract 5.5.2-3.fc45
MinGW Windows tesseract-ocr library
https://github.com/tesseract-ocr/tesseract
sudo dnf install mingw32-tesseractmingw32-tesseract-tools 5.5.2-3.fc45
MinGW Windows tesseract-ocr library tools
https://github.com/tesseract-ocr/tesseract
sudo dnf install mingw32-tesseract-toolsmingw64-tesseract 5.5.2-3.fc45
MinGW Windows tesseract-ocr library
https://github.com/tesseract-ocr/tesseract
sudo dnf install mingw64-tesseractmingw64-tesseract-tools 5.5.2-3.fc45
MinGW Windows tesseract-ocr library tools
https://github.com/tesseract-ocr/tesseract
sudo dnf install mingw64-tesseract-toolstesseract 5.5.2-3.fc45
Raw OCR Engine
https://github.com/tesseract-ocr/tesseract
sudo dnf install tesseracttesseract-common 5.5.2-3.fc45
Configuration files for ${name}
https://github.com/tesseract-ocr/tesseract
sudo dnf install tesseract-commontesseract-devel 5.5.2-3.fc45
Development files for tesseract
https://github.com/tesseract-ocr/tesseract
sudo dnf install tesseract-develソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.