From 25532aad87c01f466aa5f263abf2e5393587b637 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 23:09:06 +0000 Subject: [PATCH] Update ocrmypdf requirement from <17.0.0,>=16.0.0 to >=16.0.0,<18.0.0 Updates the requirements on [ocrmypdf](https://github.com/ocrmypdf/OCRmyPDF) to permit the latest version. - [Release notes](https://github.com/ocrmypdf/OCRmyPDF/releases) - [Commits](https://github.com/ocrmypdf/OCRmyPDF/compare/v16.0.0...v17.3.0) --- updated-dependencies: - dependency-name: ocrmypdf dependency-version: 17.3.0 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 26a60d58..3d92dda5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -42,5 +42,5 @@ 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 pdf2image>=1.17.0 # Convert PDF pages to images (used by Tesseract and EasyOCR providers) -ocrmypdf>=16.0.0,<17.0.0 # Post-processing: embeds searchable text layers into PDFs via Tesseract +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