Download Latest Version v17.12.1 source code.zip (7.9 MB) Google Add to Preferred Sources
Home / v17.12.1
Name Modified Size InfoDownloads / Week
Parent folder
ocrmypdf-17.12.1-py3-none-any.whl.sigstore.json 2026-09-16 11.2 kB
ocrmypdf-17.12.1.tar.gz.sigstore.json 2026-09-16 11.2 kB
ocrmypdf-17.12.1-py3-none-any.whl 2026-09-16 541.6 kB
ocrmypdf-17.12.1.tar.gz 2026-09-16 7.6 MB
README.md 2026-09-16 613 Bytes
v17.12.1 source code.tar.gz 2026-09-16 7.6 MB
v17.12.1 source code.zip 2026-09-16 7.9 MB
Totals: 7 Items   23.7 MB 15

Fixes

  • ocrmypdf --version and ocrmypdf --help printed to standard error instead of standard output, so version=$(ocrmypdf --version) came back empty and ocrmypdf --help | less showed nothing. OCRmyPDF redirects file descriptor 1 to standard error early in startup, before it parses the command line, so that a stray write from a plugin or a library cannot corrupt a PDF being written to standard output; argparse's own output was caught by that redirection too and is now routed back to the real standard output. Error messages continue to go to standard error. Broken since v17.8.0.
Source: README.md, updated 2026-09-16