PDF-Bot
PDF-Bot copied to clipboard
Bump ocrmypdf from 13.4.6 to 14.0.1
Bumps ocrmypdf from 13.4.6 to 14.0.1.
Changelog
Sourced from ocrmypdf's changelog.
v14.0.1
- Fixed some version checks done with smart version comparison.
- Added missing jbig2dec to Docker image.
v14.0.0
- Dropped support for Python 3.7.
- Dropped support generally speaking, all dependencies older than what Ubuntu 20.04 provides.
- Ghostscript 9.50 or newer is now required. Shims to support old versions were removed.
- Tesseract 4.1.1 or newer is now required. Shims to support old versions were removed.
- Docker image now uses Tesseract 5.
- Dropped setup.cfg configuration for pyproject.toml.
- Removed deprecation exception PdfMergeFailedError.
- A few more public domain test files were removed or replaced. We are aiming for 100% compliance with SPDX and generally towards simplifying copyright.
v13.7.0
- Fixed an exception when attempting to run and Tesseract is not installed.
- Changed to SPDX license tracking and information files.
v13.6.2
- Added a shim to prevent an "error during error handling" for Python 3.7 and 3.8.
- Modernized some type annotations.
- Improved annotations on our _windows module to help IDEs and mypy figure out what we're doing.
v13.6.1
- Require setuptools-scm 7.0.5 to avoid possible issues with source distributions in earlier versions of setuptools-scm.
- Suppress a spurious warning, improve tests, improve typing and other miscellany.
v13.6.0
- Added a new
initializeplugin hook, making it possible to suppress built-in plugins more easily, among other possibilities.- Fixed an issue where unpaper would exit with a "wrong stream" error, probably related to images with an odd integer width. :issue:
887, 665
... (truncated)
Commits
110c75cUse actual TesseractVersion for comparison5afca3fUse relaxed version parsingd9eb0bav14.0.1 release notes46d0978Update version scripts to support Ghostscript 10.04e35100Docker image: add jbig2dec7bd0e43Merge branch 'feature/py311'9cd97dadockerfile: tomld002703docker: install gpg-agentb1fecf3Temporarily disable PyPy 3.8 and 3.9 testingc2ccc7fFix test failure due to new logging from pikepdf- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)