| Name | Modified | Size | Downloads / 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 --versionandocrmypdf --helpprinted to standard error instead of standard output, soversion=$(ocrmypdf --version)came back empty andocrmypdf --help | lessshowed 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.