Commit graph

15 commits

Author SHA1 Message Date
Icereed
b5fb1cb040
Potential fix for code scanning alert no. 3: Clear-text logging of sensitive information (#247)
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2025-02-17 12:05:00 +01:00
mkrinke
16e478687e
feat: Add TLS configuration support for HTTPS connections in Paperless client (#230)
* feat: Add TLS configuration support for HTTPS connections in Paperless client

* fix: Correct insecure skip verify environment variable logic
2025-02-12 15:47:29 +01:00
Simon Pamies
7c7c593faa
Fix/update correspondent to not fail (#202)
* Updated CONTRIBUTING.md as such that it runs the full package and not main.go

* Check if a correspondent is already created

* Added a script to ease running the backend quickly

* Changed run script to comply with suggestions by code rabbit
2025-02-08 19:30:28 +01:00
Icereed
e661989829
LLM powered Correspondents handling (#89)
---------

Co-authored-by: Jonas Hess <Jonas@Hess.pm>
2025-01-13 15:59:29 +01:00
Icereed
c1104449dd
feat: enhance tag management by preserving previous tags and removing duplicates (#119)
Closes #90
2025-01-13 14:09:03 +01:00
Icereed
e144661dfb
Add RemoveTags field to DocumentSuggestion for explicit tag removal (#118)
* feat: add functionality to manage suggested and removable tags in document suggestions

* feat: process multiple documents for auto-tagging and OCR
2025-01-13 09:52:56 +00:00
Icereed
38321c4ac9
Limit pages for OCR (#102)
Bonus: Adds logging for image dimensions and size

Closes #95
2025-01-10 17:03:53 +01:00
Icereed
32f83ec93f
feat: add support automatic OCR (#75) 2025-01-06 23:03:41 +01:00
ccrlawrence
b788f09185
UNDO feature - easily track changes (#54) 2024-12-13 16:48:09 +01:00
ccrlawrence
d1f23de5a6
Tag query change (#44)
* Tag query change

---------

Co-authored-by: Icereed <domi@icereed.net>
2024-11-11 10:40:39 +01:00
Jonas Hess
5dadbcb53d feat: improve auto throughput & logging 2024-10-31 21:17:16 +01:00
Icereed
def89b5aea
fix: Put OCR pages into correct order (#38)
A race condition caused the pages to be in a mixed order.
2024-10-28 23:05:25 +01:00
Icereed
03364f2741
OCR via LLM (#29) 2024-10-28 17:34:41 +01:00
Jonas Hess
e62c5442f5 feat: Add exponential backoff for auto processing 2024-10-22 06:38:25 +02:00
Dominik Schröter
4abd5cc13c Refactor paperless client and app structure 2024-10-21 21:52:23 +02:00