]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Merge branch 'dev' into feature-remote-ocr-2 feature-remote-ocr-2 10320/head
authorshamoon <4887959+shamoon@users.noreply.github.com>
Sat, 2 Aug 2025 03:55:49 +0000 (23:55 -0400)
committerGitHub <noreply@github.com>
Sat, 2 Aug 2025 03:55:49 +0000 (23:55 -0400)
1  2 
docs/index.md
pyproject.toml
uv.lock

diff --cc docs/index.md
index 0013c8dff80d259a4e2b74930a3bc47621a5db70,c1c06eb2b9797a8f77ae3a5339db455331479540..c84cd0ce4fd23723d34833c73549bbf3f4932ff0
@@@ -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 a86375c8ff95ba82c505aa0fa7fb2e7d4cc04e65,1a98266b7f1d617e93d06272be40ba5b297318ae..26f1922316379f5491e13c6eea21ce3d849432ea
@@@ -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",
diff --cc uv.lock
Simple merge