Automic VaultAutomic Vault

brew

tesseract を Homebrew, chocolatey, dnf, MacPorts, Nix, pacman, zypper, apt, scoop, winget でインストール

tesseract のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install tesseract

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install tesseract

MacPorts ports tree · textproc/tesseract/Portfile · ソース: api.github.com

Linux

Fedora dnf確認済み · 92%
sudo dnf install tesseract

Fedora Rawhide package metadata · tesseract · ソース: dl.fedoraproject.org

Nix確認済み · 92%
nix profile install nixpkgs#tesseract

nixpkgs package indexes · tesseract · ソース: raw.githubusercontent.com

Arch Linux pacman確認済み · 92%
sudo pacman -S tesseract

Arch Linux sync databases · tesseract · ソース: geo.mirror.pkgbuild.com

openSUSE zypper確認済み · 92%
sudo zypper install tesseract

openSUSE Tumbleweed package metadata · tesseract · ソース: download.opensuse.org

Debian apt確認済み · 92%
sudo apt install libtesseract-dev

Debian stable package indexes · libtesseract-dev · ソース: deb.debian.org

Windows

Chocolatey確認済み · 92%
choco install tesseract

Chocolatey community package catalog · tesseract · ソース: community.chocolatey.org

Scoop確認済み · 92%
scoop install main/tesseract

Scoop official bucket manifest trees · bucket/tesseract.json · ソース: api.github.com

Windows Package Manager確認済み · 92%
winget install --id Tesseract.Tesseract.Stable -e

Windows Package Manager source index · Tesseract.Tesseract.Stable · ソース: cdn.winget.microsoft.com

概要

パッケージ概要

OCR (Optical Character Recognition) engine

コマンドとエイリアス

  • ambiguous_words
  • classifier_tester
  • cntraining
  • combine_lang_model
  • combine_tessdata
  • dawg2wordlist
  • lstmeval
  • lstmtraining
  • merge_unicharsets
  • mftraining
  • set_unicharset_properties
  • shapeclustering
  • tesseract
  • text2image
  • unicharset_extractor
  • wordlist2dawg

履歴

プロジェクトの歴史と使われ方

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.

タイムライン

  • 1985-1994: Hewlett-Packard develops the original Tesseract OCR engine.
  • 2005: HP open-sources Tesseract.
  • 2006: Official release notes list Tesseract 1.00 on June 17, 2006.
  • 2006-2017: Google develops Tesseract.
  • 2018: Tesseract 4.0.0 released with the LSTM-era OCR engine.
  • 2021: Tesseract 5.0.0 released on November 30, 2021.
  • 2025: Release notes list Tesseract 5.5.2 on December 26, 2025.

Related projects

  • Tesseract is closely related to tessdata trained models, Leptonica image processing, OCRopus LSTM history, GUI front ends, language-specific wrappers, and document-processing tools that need OCR output.

セキュリティ状態

リスクレベル: orange

broad file, network, media, or database tool signal. infrastructure mutation or orchestration signal.

リスク分類器

リスク orange · 信頼度 中 · infrastructure

理由

  • broad file, network, media, or database tool signal
  • infrastructure mutation or orchestration signal

信号

  • text:cluster
  • text:image

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 6 個のプラットフォームターゲットで利用できます。
  • 10 件の実行時依存関係とともにインストールされます。
  • ビルドメタデータには 4 件のビルド依存関係があります。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
ambiguous_wordscliグローバル実行可能ファイル
classifier_testercliグローバル実行可能ファイル
cntrainingcliグローバル実行可能ファイル
combine_lang_modelcliグローバル実行可能ファイル
combine_tessdatacliグローバル実行可能ファイル
dawg2wordlistcliグローバル実行可能ファイル
lstmevalcliグローバル実行可能ファイル
lstmtrainingcliグローバル実行可能ファイル
merge_unicharsetscliグローバル実行可能ファイル
mftrainingcliグローバル実行可能ファイル
set_unicharset_propertiescliグローバル実行可能ファイル
shapeclusteringcliグローバル実行可能ファイル
tesseractcliグローバル実行可能ファイル
text2imagecliグローバル実行可能ファイル
unicharset_extractorcliグローバル実行可能ファイル
wordlist2dawgcliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-10
マネージャ版5.5.2
マネージャ更新日
ローカルデータOK
上流最新
検出された最新5.5.2

https://github.com/tesseract-ocr/tesseract

  • 情報No package-manager update timestamp was available.信頼度 低

インストールメタデータ

パッケージメタデータ

パッケージキー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 DatabaseHomebrew formula API
Taphomebrew/core
Full Nametesseract
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Debian apt95%

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-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: tesseract
  • 5 依存関係
  • normalized package name match
  • 一致条件: Tesseract
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libtesseract-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libtesseract5 5.5.0-1+b1

Tesseract OCR library

https://github.com/tesseract-ocr/

sudo apt install libtesseract5
  • Section: libs
  • Architecture: amd64
  • Source Package: tesseract
  • 7 依存関係
  • normalized package name match
  • 一致条件: Tesseract
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libtesseract5 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

tesseract-ocr 5.5.0-1+b1

Tesseract command line OCR tool

https://github.com/tesseract-ocr/

sudo apt install tesseract-ocr
  • Section: graphics
  • Architecture: amd64
  • Source Package: tesseract
  • 16 依存関係
  • normalized package name match
  • 一致条件: Tesseract
Debian stable package indexes · deb.debian.org · Debian stable package indexes: tesseract-ocr from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

tesseract-ocr-all 5.5.0-1

Tesseract OCR with all language and script packages

https://github.com/tesseract-ocr/

sudo apt install tesseract-ocr-all
  • Section: graphics
  • Architecture: all
  • Source Package: tesseract
  • 32 依存関係
  • normalized package name match
  • 一致条件: Tesseract
Debian stable package indexes · deb.debian.org · Debian stable package indexes: tesseract-ocr-all from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

tesseract

nix profile install nixpkgs#tesseract
  • normalized package name match
  • 一致条件: Tesseract
nixpkgs package indexes · raw.githubusercontent.com · nixpkgs package indexes: tesseract from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
Ubuntu apt95%

libtesseract-dev 5.3.4-1build5

Development files for the tesseract command line OCR tool

https://github.com/tesseract-ocr/

sudo apt install libtesseract-dev
  • Section: universe/libdevel
  • Architecture: amd64
  • Source Package: tesseract
  • 5 依存関係
  • normalized package name match
  • 一致条件: Tesseract
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libtesseract-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libtesseract5 5.3.4-1build5

Tesseract OCR library

https://github.com/tesseract-ocr/

sudo apt install libtesseract5
  • Section: universe/libs
  • Architecture: amd64
  • Source Package: tesseract
  • 7 依存関係
  • normalized package name match
  • 一致条件: Tesseract
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libtesseract5 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

tesseract-ocr 5.3.4-1build5

Tesseract command line OCR tool

https://github.com/tesseract-ocr/

sudo apt install tesseract-ocr
  • Section: universe/graphics
  • Architecture: amd64
  • Source Package: tesseract
  • 16 依存関係
  • normalized package name match
  • 一致条件: Tesseract
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: tesseract-ocr from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

tesseract-ocr-all 5.3.4-1build5

Tesseract OCR with all language and script packages

https://github.com/tesseract-ocr/

sudo apt install tesseract-ocr-all
  • Section: universe/graphics
  • Architecture: all
  • Source Package: tesseract
  • 32 依存関係
  • normalized package name match
  • 一致条件: Tesseract
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: tesseract-ocr-all from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
dnf95%

mingw32-tesseract 5.5.2-3.fc45

MinGW Windows tesseract-ocr library

https://github.com/tesseract-ocr/tesseract

sudo dnf install mingw32-tesseract
  • License: Apache-2.0
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: tesseract
  • 4 依存関係
  • 3 提供
  • normalized package name match
  • 一致条件: Tesseract
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: mingw32-tesseract from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

mingw32-tesseract-tools 5.5.2-3.fc45

MinGW Windows tesseract-ocr library tools

https://github.com/tesseract-ocr/tesseract

sudo dnf install mingw32-tesseract-tools
  • License: Apache-2.0
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: tesseract
  • 4 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Tesseract
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: mingw32-tesseract-tools from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

mingw64-tesseract 5.5.2-3.fc45

MinGW Windows tesseract-ocr library

https://github.com/tesseract-ocr/tesseract

sudo dnf install mingw64-tesseract
  • License: Apache-2.0
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: tesseract
  • 4 依存関係
  • 3 提供
  • normalized package name match
  • 一致条件: Tesseract
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: mingw64-tesseract from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

mingw64-tesseract-tools 5.5.2-3.fc45

MinGW Windows tesseract-ocr library tools

https://github.com/tesseract-ocr/tesseract

sudo dnf install mingw64-tesseract-tools
  • License: Apache-2.0
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: tesseract
  • 4 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Tesseract
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: mingw64-tesseract-tools from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

tesseract 5.5.2-3.fc45

Raw OCR Engine

https://github.com/tesseract-ocr/tesseract

sudo dnf install tesseract
  • License: Apache-2.0
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: tesseract
  • 9 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Tesseract
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: tesseract from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

tesseract-common 5.5.2-3.fc45

Configuration files for ${name}

https://github.com/tesseract-ocr/tesseract

sudo dnf install tesseract-common
  • License: Apache-2.0
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: tesseract
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Tesseract
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: tesseract-common from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

tesseract-devel 5.5.2-3.fc45

Development files for tesseract

https://github.com/tesseract-ocr/tesseract

sudo dnf install tesseract-devel
  • License: Apache-2.0
  • Category: Unspecified
  • Architecture: i686
  • Source Package: tesseract
  • 5 依存関係
  • 3 提供
  • normalized package name match
  • 一致条件: Tesseract
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: tesseract-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment