From 14e613e708e4e056e2beb53935fb7528c93b20e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 23:06:00 +0000 Subject: [PATCH] build(deps): update pytesseract requirement from >=0.3.10 to >=0.3.13 Updates the requirements on [pytesseract](https://github.com/madmaze/pytesseract) to permit the latest version. - [Release notes](https://github.com/madmaze/pytesseract/releases) - [Commits](https://github.com/madmaze/pytesseract/compare/v0.3.10...v0.3.13) --- updated-dependencies: - dependency-name: pytesseract dependency-version: 0.3.13 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 156893da..ec91241e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -51,7 +51,7 @@ apprise>=1.4.0 litellm>=1.0.0,<2.0.0 # Self-hosted OCR engines (optional – only required when the provider is enabled) -pytesseract>=0.3.10 # Python wrapper for Tesseract OCR +pytesseract>=0.3.13 # Python wrapper for Tesseract OCR pdf2image>=1.17.0 # Convert PDF pages to images (used by Tesseract and EasyOCR providers) ocrmypdf>=16.0.0,<18.0.0 # Post-processing: embeds searchable text layers into PDFs via Tesseract meilisearch>=0.31.0 # Full-text search engine client