Automic VaultAutomic Vault

brew

使用 Homebrew, apk, apt, dnf, MacPorts, Nix, zypper 安装 ocrmypdf

查看 ocrmypdf 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install ocrmypdf

local Homebrew formula metadata

MacPorts已验证 · 94%
sudo port install ocrmypdf

MacPorts ports tree · textproc/ocrmypdf/Portfile · 来源: api.github.com

Linux

Alpine Linux apk已验证 · 92%
sudo apk add ocrmypdf

Alpine Linux edge package indexes · ocrmypdf · 来源: dl-cdn.alpinelinux.org

Debian apt已验证 · 92%
sudo apt install ocrmypdf

Debian stable package indexes · ocrmypdf · 来源: deb.debian.org

Fedora dnf已验证 · 92%
sudo dnf install ocrmypdf

Fedora Rawhide package metadata · ocrmypdf · 来源: dl.fedoraproject.org

Nix已验证 · 92%
nix profile install nixpkgs#ocrmypdf

nixpkgs package indexes · ocrmypdf · 来源: raw.githubusercontent.com

openSUSE zypper已验证 · 92%
sudo zypper install python311-ocrmypdf

openSUSE Tumbleweed package metadata · python311-ocrmypdf · 来源: download.opensuse.org

概览

软件包摘要

Adds an OCR text layer to scanned PDF files

命令和别名

  • ocrmypdf

历史

项目历史与用法

OCRmyPDF is a Python command-line application and library that adds an OCR text layer to scanned PDF files, making image-based documents searchable and copyable while preserving the original page images where possible.

项目历史

The project’s documentation frames OCRmyPDF around an awkward document-processing gap: PDF is the normal container for scanned documents, but existing scanned PDFs are difficult to modify. OCRmyPDF automates the pipeline of rasterizing pages, running OCR, inserting an invisible text layer, and writing a validated PDF or PDF/A output.

PyPI release history shows OCRmyPDF 3.0 published on 2015-09-05 and 4.2.2 on 2016-08-31, already advertising searchable PDF/PDF-A generation and preservation of embedded image resolution. Later documentation describes a public API, plugin support, image optimization, language packs, Docker usage, and feature-specific release notes, showing its expansion from a practical CLI into a packaged document-processing toolkit.

采用历史

OCRmyPDF’s adoption follows the shape of the scanned-document problem: Linux, macOS, and distribution packagers ship it because it wraps several hard-to-coordinate pieces into one reproducible CLI. The project is available through PyPI and package managers including Homebrew, Debian/Ubuntu, Fedora, MacPorts, Nix, Alpine, and openSUSE-family packages.

The project’s packaging notes thank downstream packagers and point to broad porting status, while the README badges and package metadata show attention to PyPI, Homebrew, Read the Docs, and Python-version compatibility. That packaging breadth is part of its appeal: users can install a single command rather than hand-assemble Tesseract, Ghostscript or pypdfium2, image preprocessing, PDF/A conversion, metadata handling, and validation steps.

使用方式

The common workflow is `ocrmypdf input.pdf output.pdf`, with options for languages, page rotation, deskewing, cleaning, metadata, job parallelism, output type, PDF optimization, and redoing or skipping existing OCR. The README emphasizes searchable PDF/A output, accurate placement of OCR text below images, lossless insertion where possible, image optimization, input/output validation, Tesseract language support, and scaling to large PDFs.

The project is also used as a library or scripted tool in document-ingestion systems. Its public API and plugin documentation exist for callers that need OCRmyPDF behavior inside larger PDF processing flows rather than only from a shell.

为什么软件包爱好者会关心

OCRmyPDF is packaging glue with real teeth: it turns a fragile OCR/PDF toolchain into one command while still exposing dependency choices, language-data packaging, Docker images, plugin hooks, and PDF/A policy. It is a good package-nerd example of a Python CLI whose value is orchestrating native tools and file-format edge cases cleanly.

时间线

  • 2015-09-05: PyPI lists OCRmyPDF 3.0.
  • 2016-08-31: PyPI lists OCRmyPDF 4.2.2 with the core searchable-PDF feature set.
  • 2020s: release notes document continued work on PDF handling, API behavior, image optimization, plugins, rasterizer choices, and preservation of existing text layers.

Related projects

  • OCRmyPDF depends conceptually and operationally on Tesseract OCR, PDF/A tooling, Ghostscript or pypdfium2 rasterization paths, image preprocessing tools, Python PDF libraries, and distribution language-pack packages.

安全态势

风险级别:绿色

narrow executable package without higher-risk signals.

风险分类器

绿色 风险 · 低 置信度 · appliance

原因

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

安装行为

  • formula 元数据中未记录 Homebrew post-install 钩子。
  • Homebrew bottle 元数据适用于 6 个平台目标。
  • 安装时包含 15 个运行时依赖。
  • 构建元数据列出 2 个构建依赖。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

可执行文件

已安装的可执行文件

命令类型暴露范围备注
ocrmypdfcli全局可执行文件

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-07-10
管理器版本17.8.0
管理器更新时间2026-07-02
本地数据OK
上游not checked
检测到的最新版本未检测到

https://ocrmypdf.readthedocs.io/en/latest/

安装元数据

软件包元数据

软件包键brew:ocrmypdf
版本17.8.0
软件包管理器Homebrew
软件包管理器页面https://formulae.brew.sh/formula/ocrmypdf
主页https://ocrmypdf.readthedocs.io/en/latest/
仓库https://github.com/ocrmypdf/OCRmyPDF
上游文档https://ocrmypdf.readthedocs.io/en/latest
许可证MPL-2.0
源码归档https://files.pythonhosted.org/packages/4b/c4/c44db9ff5282e7c73856f437434777745d18bb9404f431df70e786a6bcc7/ocrmypdf-17.8.0.tar.gz
最后更新2026-07-02T12:13:48Z
Pulseupdated
依赖cryptography, freetype, ghostscript, img2pdf, jbig2enc, libheif, libpng, pillow, pngquant, pybind11, pydantic, python@3.14, qpdf, tesseract, unpaper
构建依赖cmake, pkgconf
macOS 提供的库libffi, libxml2, libxslt
Bottle可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定义
服务未声明

注册表事实

源数据库详情

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameocrmypdf
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

Debian apt95%

ocrmypdf 16.7.0+dfsg1-3

add an OCR text layer to PDF files

https://github.com/jbarlow83/OCRmyPDF

sudo apt install ocrmypdf
  • Section: graphics
  • Architecture: all
  • 16 依赖
  • 6 可选依赖
  • normalized package name match
  • 匹配方式:Ocrmypdf
Debian stable package indexes · deb.debian.org · Debian stable package indexes: ocrmypdf from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

ocrmypdf-doc 16.7.0+dfsg1-3

add an OCR text layer to PDF files - documentation

https://github.com/jbarlow83/OCRmyPDF

sudo apt install ocrmypdf-doc
  • Section: doc
  • Architecture: all
  • Source Package: ocrmypdf
  • 2 依赖
  • normalized package name match
  • 匹配方式:Ocrmypdf
Debian stable package indexes · deb.debian.org · Debian stable package indexes: ocrmypdf-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

ocrmypdf

nix profile install nixpkgs#ocrmypdf
  • normalized package name match
  • 匹配方式:Ocrmypdf
nixpkgs package indexes · raw.githubusercontent.com · nixpkgs package indexes: ocrmypdf from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
Ubuntu apt95%

ocrmypdf 15.2.0+dfsg1-1

add an OCR text layer to PDF files

https://github.com/jbarlow83/OCRmyPDF

sudo apt install ocrmypdf
  • Section: universe/graphics
  • Architecture: all
  • 19 依赖
  • 6 可选依赖
  • normalized package name match
  • 匹配方式:Ocrmypdf
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: ocrmypdf from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

ocrmypdf-doc 15.2.0+dfsg1-1

add an OCR text layer to PDF files - documentation

https://github.com/jbarlow83/OCRmyPDF

sudo apt install ocrmypdf-doc
  • Section: universe/doc
  • Architecture: all
  • Source Package: ocrmypdf
  • 2 依赖
  • normalized package name match
  • 匹配方式:Ocrmypdf
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: ocrmypdf-doc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

ocrmypdf 16.11.1-r2

Add OCR text layer to scanned PDF files

https://github.com/ocrmypdf/OCRmyPDF

sudo apk add ocrmypdf
  • License: MIT
  • Architecture: x86_64
  • Source Package: ocrmypdf
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Ocrmypdf
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: ocrmypdf from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

ocrmypdf-pyc 16.11.1-r2

Precompiled Python bytecode for ocrmypdf

https://github.com/ocrmypdf/OCRmyPDF

sudo apk add ocrmypdf-pyc
  • License: MIT
  • Architecture: x86_64
  • Source Package: ocrmypdf
  • 1 依赖
  • normalized package name match
  • 匹配方式:Ocrmypdf
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: ocrmypdf-pyc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf95%

ocrmypdf 16.12.0-3.fc45

Add an OCR text layer to scanned PDF files

https://github.com/ocrmypdf/OCRmyPDF

sudo dnf install ocrmypdf
  • License: MPL-2.0 AND Zlib
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: ocrmypdf
  • 5 依赖
  • 3 提供
  • normalized package name match
  • 匹配方式:Ocrmypdf
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: ocrmypdf from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

ocrmypdf+watcher 16.12.0-3.fc45

Metapackage for ocrmypdf: watcher extras

https://github.com/ocrmypdf/OCRmyPDF

sudo dnf install ocrmypdf+watcher
  • License: MPL-2.0 AND Zlib
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: ocrmypdf
  • 4 依赖
  • 3 提供
  • normalized package name match
  • 匹配方式:Ocrmypdf
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: ocrmypdf+watcher from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

ocrmypdf-doc 16.12.0-3.fc45

ocrmypdf documentation

https://github.com/ocrmypdf/OCRmyPDF

sudo dnf install ocrmypdf-doc
  • License: CC-BY-SA-4.0
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: ocrmypdf
  • 1 提供
  • normalized package name match
  • 匹配方式:Ocrmypdf
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: ocrmypdf-doc from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
zypper95%

python311-ocrmypdf 17.4.2-1.1

OCRmyPDF adds an OCR text layer to scanned PDF files

https://github.com/ocrmypdf/OCRmyPDF

sudo zypper install python311-ocrmypdf
  • License: MPL-2.0
  • Category: Development/Languages/Python
  • Architecture: noarch
  • Source Package: python-ocrmypdf
  • 21 依赖
  • 4 提供
  • normalized package name match
  • 匹配方式:Ocrmypdf
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: python311-ocrmypdf from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

python313-ocrmypdf 17.4.2-1.1

OCRmyPDF adds an OCR text layer to scanned PDF files

https://github.com/ocrmypdf/OCRmyPDF

sudo zypper install python313-ocrmypdf
  • License: MPL-2.0
  • Category: Development/Languages/Python
  • Architecture: noarch
  • Source Package: python-ocrmypdf
  • 21 依赖
  • 5 提供
  • normalized package name match
  • 匹配方式:Ocrmypdf
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: python313-ocrmypdf from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

python314-ocrmypdf 17.4.2-1.1

OCRmyPDF adds an OCR text layer to scanned PDF files

https://github.com/ocrmypdf/OCRmyPDF

sudo zypper install python314-ocrmypdf
  • License: MPL-2.0
  • Category: Development/Languages/Python
  • Architecture: noarch
  • Source Package: python-ocrmypdf
  • 21 依赖
  • 4 提供
  • normalized package name match
  • 匹配方式:Ocrmypdf
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: python314-ocrmypdf from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

ocrmypdf

sudo port install ocrmypdf
  • normalized package name match
  • 匹配方式:Ocrmypdf
MacPorts ports tree · api.github.com · MacPorts ports tree: textproc/ocrmypdf/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • 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