PDF-Bot
PDF-Bot copied to clipboard
Bump ocrmypdf from 13.4.6 to 13.7.0
Bumps ocrmypdf from 13.4.6 to 13.7.0.
Changelog
Sourced from ocrmypdf's changelog.
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, 665v13.5.0
- Added a new
optimize_pdfplugin hook, making it possible to create plugins that replace or enhance OCRmyPDF's PDF optimizer.- Removed all max version restrictions. Our new policy is to blacklist known-bad releases and only block known-bad versions of dependencies.
- The naming schema for object that holds all OCR text that OCRmyPDF inserts has changed. This has always been an implementation detail (and remains so), but possibly, someone was relying on it and would appreciate the heads-up.
- Cleanup.
v13.4.7
- Fixed PermissionError when cleaning up temporary files in rare cases. :issue:
974- Fixed PermissionError when calling
os.niceon platforms that lack it. :issue:973- Suppressed some warnings from libxmp during tests.
Commits
30e4198tests: fix test_validation when chi_sim not installed8ca9fa4tesseract: typingc1f99c0v13.7.0 release notesba372e5Reorganize validation to fix exception when Tesseract not installedc7fcbe9Improve Linux install advice42c983creadme: update to describe SPDX licensing80ed211Change to SPDX license trackingd22ea3frelease notes: a word21fb6c8v13.6.2 release notes27f7b9fFix missing TypeAlias on <3.10- 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)