From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Sat, 2 Aug 2025 03:55:49 +0000 (-0400) Subject: Merge branch 'dev' into feature-remote-ocr-2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f76cf9831b6f58153a9bff3748735cc78a3784c;p=thirdparty%2Fpaperless-ngx.git Merge branch 'dev' into feature-remote-ocr-2 --- 2f76cf9831b6f58153a9bff3748735cc78a3784c diff --cc docs/index.md index 0013c8dff8,c1c06eb2b9..c84cd0ce4f --- a/docs/index.md +++ b/docs/index.md @@@ -25,13 -25,12 +25,13 @@@ physical documents into a searchable on ## Features - **Organize and index** your scanned documents with tags, correspondents, types, and more. -- _Your_ data is stored locally on _your_ server and is never transmitted or shared in any way. +- _Your_ data is stored locally on _your_ server and is never transmitted or shared in any way, unless you explicitly choose to do so. - Performs **OCR** on your documents, adding searchable and selectable text, even to documents scanned with only images. -- Utilizes the open-source Tesseract engine to recognize more than 100 languages. + - Utilizes the open-source Tesseract engine to recognize more than 100 languages. + - _New!_ Supports remote OCR with Azure AI (opt-in). - Documents are saved as PDF/A format which is designed for long term storage, alongside the unaltered originals. - Uses machine-learning to automatically add tags, correspondents and document types to your documents. - - Supports PDF documents, images, plain text files, Office documents (Word, Excel, Powerpoint, and LibreOffice equivalents)[^1] and more. + - Supports PDF documents, images, plain text files, Office documents (Word, Excel, PowerPoint, and LibreOffice equivalents)[^1] and more. - Paperless stores your documents plain on disk. Filenames and folders are managed by paperless and their format can be configured freely with different configurations assigned to different documents. - **Beautiful, modern web application** that features: - Customizable dashboard with statistics. diff --cc pyproject.toml index a86375c8ff,1a98266b7f..26f1922316 --- a/pyproject.toml +++ b/pyproject.toml @@@ -240,7 -239,7 +240,8 @@@ testpaths = "src/paperless_mail/tests/", "src/paperless_tesseract/tests/", "src/paperless_tika/tests", + "src/paperless_text/tests/", + "src/paperless_remote/tests/", ] addopts = [ "--pythonwarnings=all",