shamoon and GitHub
b90ccf910f
Finally, the remote ocr workflow ( #13637 )
...
* Ok! Backend stuff for the remote ocr workflow
* Frotnend workflow stuff
* And docs
* Fix dynamic action fields thing
* Actually, fix the action dropdown thing
* Fix this validation thing, and we have to check existing actions
* Fix migration
2026-08-24 14:43:05 -07:00
shamoon and GitHub
c93c996edf
Remote ocr reprocess ( #13636 )
...
* Backend stuff for remote ocr reprocess, add to bulk edit pass in from ui settings
* Ok, frontend reprocess remote option
* Docs
2026-08-24 14:43:05 -07:00
shamoon and GitHub
7f1609332a
Allow parsers to declare uses remote, and remote ocr_mode ( #13634 )
...
* uses_remote_service + allow_remote to allow opt-in / out of remote OCR
* Add to parser dev docs
* remote_ocr_mode config setting
* Checks for remote_ocr_mode and fix import
* Update config.component.spec.ts
* More tests for remote_ocr_mode
* Docs for remote_ocr_mode
* Ok, wire up the remote_ocr_mode with allow_remote for consumer
* Update consumer.py
* Format remote OCR mode check tests
* Use get_choice_from_env
2026-08-24 14:43:04 -07:00
shamoon and GitHub
4fd1c60731
Enhancement: support using remote OCR engines selectively ( #13633 )
...
* Backend changes and migration for remote OCR Config
* Backend tests
* Frontend stuff, with sections
* Docs
* Update test_tesseract_parser.py
* Actually we cant use this any more, in case settings are in app config
* Dont mark entire test file for db, use a mock for empty engine settings
2026-08-24 14:17:52 -07:00
shamoon
a510d03c77
Merge branch 'main' into dev
2026-08-22 05:27:10 -07:00
shamoon and GitHub
bed95ea301
Tweakhancement: add jitter to IMAP polling schedule ( #13734 )
2026-08-20 17:19:47 +00:00
f1c8a72f26
Enhancement: sync OIDC groups to superuser and staff roles ( #13060 )
...
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com >
Co-authored-by: SoleroTG <github-29h@solero.quietmail.eu >
Co-authored-by: stumpylog <797416+stumpylog@users.noreply.github.com >
2026-08-19 15:27:56 +00:00
shamoon and GitHub
e389298aab
Enhancement: merge documents as versions ( #13515 )
2026-08-19 07:20:14 -07:00
shamoon
41953c7846
Chore: harden ImageMagick policy
2026-08-18 09:38:54 -07:00
ff13847d0a
Feature: Allow selection of compression type and and level during export ( #13661 )
...
* Feature: Allow configuring the compression type and compression levels during export
Building on the zip export improvements, this now allows users to further configure the
zip to fit their needs. A simple stored zip for speed, or a high compression zstd for
the smallest archive. Full validation of the method and levels at the command line
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com >
2026-08-13 18:29:33 +00:00
shamoon and GitHub
2d084983c8
Documentation: clarify OCR mode changes in v3 ( #13666 )
2026-08-12 21:46:52 -07:00
Jayden and GitHub
879cd4a30a
Enhancement: Add --url argument to document_fuzzy_match to improve output ( #13123 )
...
Added a new --url argument to specify the base URL of the Paperless instance, allowing matched documents to be displayed as clickable links. Updated the logic to fetch document titles based on the presence of the base URL.
2026-08-12 08:23:05 -07:00
Trenton H and GitHub
6a02b87dde
Feature: Updates remote OCR parser to respect the OCR mode setting ( #13408 )
...
* Have the remote parser respect the provided produce_archive_file setting, as already determined via the consumer checks
* Updates the documentation to be correct about the respecting now
* merge conflict fixing
2026-08-11 19:23:46 +00:00
shamoon and GitHub
855669ddf9
Fix: fixes for workflow assign custom field values ( #13630 )
2026-08-10 07:38:07 -07:00
shamoon and GitHub
e2c284f64e
Documentation: add wiki links for AI stuff and parser plugins ( #13626 )
2026-08-09 19:05:32 -07:00
08ab98f3fc
Changelog v3.0.5 - GHA ( #13492 )
...
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2026-08-01 15:02:46 -07:00
shamoon
b8ab8327b0
Merge branch 'dev'
2026-08-01 14:37:17 -07:00
shamoon and GitHub
882dfa78d2
Documentation: PAPERLESS_CONSUMER_IGNORE_PATTERNS clarifications ( #13489 )
2026-08-01 14:20:31 -07:00
Trenton H and GitHub
486b4babac
Performance: sqlite-vec point-delete for document chunks ( #13438 )
...
* Refactor: extract migration infrastructure, add has_pending_migration() (#13410 )
* Empty commit to try and get Codecov going
2026-07-31 19:10:59 -07:00
Trenton H and GitHub
12d318deff
Documentation: Add Password Removal workflow action documentation ( #13377 )
...
Addresses discussion #13373 . Documents that password removal creates a
new document version via re-consumption of the decrypted file rather
than editing in place, and explains why the Consumption Started trigger
produces an initial un-OCR'd version followed by a properly processed
one.
2026-07-28 09:21:14 -07:00
github-actions[bot] and GitHub
217421bceb
Documentation: Add v3.0.4 changelog ( #13356 )
2026-07-27 21:21:10 -07:00
shamoon
aaee24ac0b
Merge branch 'dev'
2026-07-27 20:14:04 -07:00
Trenton H and GitHub
dcff067dc1
Fix: don't skip OCR/archive for tagged PDFs with no actual text ( #13351 )
2026-07-27 16:52:29 -07:00
Sandro and GitHub
eda79603fe
Documentation: fix PAPERLESS_AI_LLM_OUTPUT_LANGUAGE heading level ( #13341 )
2026-07-27 09:37:09 -07:00
65fe6aacc7
Documentation: Add v3.0.3 changelog ( #13300 )
...
* Changelog v3.0.3 - GHA
* Update changelog.md
---------
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com >
2026-07-25 18:57:03 -07:00
Trenton H and GitHub
1646756c6c
Docs: warn bare-metal users about stale files when upgrading ( #13296 )
2026-07-25 14:06:31 -07:00
shamoon and GitHub
4f0845b094
Fixhancement: PAPERLESS_ALLAUTH_TRUSTED_PROXY_COUNT ( #13281 )
2026-07-25 00:12:12 -07:00
shamoon
f60a2af841
Merge branch 'main' into dev
2026-07-24 19:08:23 -07:00
Trenton H and GitHub
d76dbf5366
Documentation: Add the NumPy CPU baseline increase to the migration guide ( #13269 )
2026-07-24 09:18:07 -07:00
ed714b8a5a
Changelog v3.0.2 - GHA ( #13244 )
...
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2026-07-23 18:56:06 -07:00
90ea4f27c4
Changelog v3.0.1 - GHA ( #13240 )
...
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2026-07-23 17:59:34 -07:00
shamoon
b566232542
Documentation: correct search docs for v3
2026-07-23 06:25:33 -07:00
1203203e08
Documentation: Add v3.0.0 changelog ( #13199 )
...
---------
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com >
Co-authored-by: stumpylog <797416+stumpylog@users.noreply.github.com >
2026-07-22 13:05:33 -07:00
shamoon
6cf3c47814
Documentation: fix a couple broken links
2026-07-22 11:37:56 -07:00
shamoon
24aee98ad5
Documentation: fix v3 migration guide header level
2026-07-22 11:31:15 -07:00
shamoon
c2d9c52cde
Merge branch 'main' into beta
2026-07-22 10:30:57 -07:00
dependabot[bot] and GitHub
0addb448f5
Chore(deps): Bump the pre-commit-dependencies group across 1 directory with 4 updates ( #13137 )
2026-07-15 23:52:20 +00:00
Albert Mikaelyan and GitHub
735c3b073a
Fix: allow setting any UID and GID when running rootless ( #13090 )
2026-07-15 10:19:22 -07:00
shamoon
5589a584b6
Documentation: clarify PAPERLESS_URL requirement for pw reset
2026-07-10 11:05:40 -07:00
shamoon and GitHub
e145fe8cc7
Fix: clamp mailrule max age before migration ( #13093 )
2026-07-07 10:56:45 -07:00
bb5d7438b1
Documentation (beta): Updates documentation for new v3 features ( #13033 )
...
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com >
2026-06-18 16:20:31 -07:00
a009ea1f04
Chore(beta): Update suggested broker to Valkey + Redis agnostic documentation ( #13032 )
...
Co-authored-by: upmcplanetracker <219436948+upmcplanetracker@users.noreply.github.com >
2026-06-18 19:54:15 +00:00
shamoon and GitHub
262183e848
Enhancement (beta): support LLM timeout config ( #13002 )
2026-06-18 08:35:11 -07:00
shamoon and GitHub
fd0168ac6f
Documentation: fix PAPERLESS_DATE_PARSER_LANGUAGES formatting ( #12997 )
2026-06-12 23:26:45 -07:00
shamoon
289d797837
Merge branch 'dev' into beta
2026-06-03 15:12:44 -07:00
shamoon and GitHub
1663ed170c
Enhancement (beta): add direct LLM language setting ( #12906 )
2026-06-03 15:53:22 +00:00
shamoon
ab8fe0521b
Merge branch 'beta' into dev
2026-06-02 08:32:54 -07:00
shamoon
2638554969
Merge branch 'main' into dev
2026-06-02 08:32:43 -07:00
shamoon and GitHub
f6c865bf47
Enhancement: AI LLM chunk size and context window config ( #12891 )
2026-06-01 17:56:21 +00:00
Matt Van Horn and GitHub
45ba35dd3a
docs: remove duplicate words in three files ( #12852 )
2026-05-26 06:40:30 -07:00