Commit Graph

65 Commits

Author SHA1 Message Date
Christian Krakau-Louis 4c95e6ec6c Update imap_tasks.py
Refactor IMAP Tasks: Filter Allowed Attachment Types & Improve Code Quality

- Filter attachments to process only office files, PDFs, plain text, CSV, and RTF,
  explicitly skipping common image MIME types.
- Use an explicit elif for clarity in attachment processing logic.
- Remove dead code by not reassigning the result of fetch_attachments_and_enqueue.
- Reformat log messages, docstrings, and break long lines to comply with PEP 8.
- Add clarifying comments for excluded image MIME types.
2025-03-13 02:08:21 +01:00
Christian Krakau-Louis 473ae3a20a Update imap_tasks.py
Added some filtering for file types to avoid your usual image attachment to trigger a conversion task and clutter my documents
2025-03-13 01:51:46 +01:00
Christian Krakau-Louis d8aacebce1 Update README.md 2025-02-21 14:22:02 +01:00
Christian Krakau-Louis 8848fece2f added correct endpoints and file type detection 2025-02-19 14:14:49 +01:00
Christian Krakau-Louis c40e9f034e Added better GMail handling and multi file type support 2025-02-19 14:03:29 +01:00
Christian Krakau-Louis 2241c1de6c fixed errors 2025-02-18 04:36:04 +01:00
Christian Krakau-Louis f234a55b52 Added locking for IMAP tasks 2025-02-18 04:29:33 +01:00
Christian Krakau-Louis 03ac92d931 Only process unread mail 2025-02-18 03:55:29 +01:00
Christian Krakau-Louis 3ebedbb016 Added better IMAP handling 2025-02-18 03:39:29 +01:00
Christian Krakau-Louis de7050a162 Shorter pull period for mails, added a bit of different handling for paperless 2025-02-18 03:09:54 +01:00
Christian Krakau-Louis c0c5ca3a67 Merge branch 'main' of https://github.com/christianlouis/document-processor 2025-02-14 23:23:38 +01:00
Christian Krakau-Louis 17fc8fae17 restore unread 2025-02-14 23:23:24 +01:00
Christian Krakau-Louis 9156c62264 Merge pull request #14 from christianlouis/azure-ocr
Azure ocr
2025-02-14 23:07:59 +01:00
Christian Krakau-Louis 9ebac992e6 changed required.txt 2025-02-14 22:53:03 +01:00
Christian Krakau-Louis 65beea89cf First try for Azure API 2025-02-14 22:49:22 +01:00
Christian Krakau-Louis 9fc27d6a8e Merge pull request #13 from christianlouis/only-mark-mail-unread-with-attachments
added skipping for mail without attachments and already processed mail
2025-02-14 16:28:57 +01:00
Christian Krakau-Louis 99684f9650 added skipping for mail without attachments and already processed mail 2025-02-14 16:22:43 +01:00
Christian Krakau-Louis 230c59f5ae Merge pull request #12 from christianlouis/skip-ocr-for-pdf-with-text
Added text detection in upload_to_s3
2025-02-14 12:07:15 +01:00
Christian Krakau-Louis 40fe288230 Added text detection in upload_to_s3 2025-02-14 12:00:44 +01:00
Christian Krakau-Louis e0365e5268 Rename README to README.md 2025-02-12 12:30:04 +01:00
Christian Krakau-Louis 3eb65fc940 Merge branch 'main' of https://github.com/christianlouis/document-processor 2025-02-12 12:12:35 +01:00
Christian Krakau-Louis b42b395915 removed .env from dir and added README and demo env file 2025-02-12 12:12:29 +01:00
Christian Krakau-Louis 32ec5cdc50 Update docker-compose.yaml 2025-02-12 11:52:41 +01:00
Christian Krakau-Louis 937b8018f8 made paperless upload more robust 2025-02-12 02:56:28 +01:00
Christian Krakau-Louis 70fb539b7b putting it all together 2025-02-12 02:26:41 +01:00
Christian Krakau-Louis 430c4258ed added optional in config 2025-02-12 01:59:26 +01:00
Christian Krakau-Louis 5a834ff690 added IMAP pull 2025-02-12 01:54:41 +01:00
Christian Krakau-Louis 5d0f9d8e58 fixes to paperless #2 2025-02-12 01:05:42 +01:00
Christian Krakau-Louis 86f449f1bc Fixed extraction of document ID 2025-02-12 00:56:04 +01:00
Christian Krakau-Louis e75058a80b upload to paperless, first try 2025-02-12 00:43:32 +01:00
Christian Krakau-Louis f1482558fb Merge branch 'main' of https://github.com/christianlouis/document-processor 2025-02-12 00:04:05 +01:00
Christian Krakau-Louis 42148c50bc added initial Dropbox code 2025-02-12 00:03:58 +01:00
Christian Krakau-Louis 26c1dccab1 Update tests.yaml 2025-02-11 23:48:05 +01:00
Christian Krakau-Louis 1df4a91b64 Update tests.yaml 2025-02-11 23:45:26 +01:00
Christian Krakau-Louis c21f683c0f changed nextcloud code 2025-02-11 23:42:19 +01:00
Christian Krakau-Louis 8e7d380e71 added requests to requirements.txt 2025-02-11 23:36:23 +01:00
Christian Krakau-Louis de9809feaf Nextcloud Upload 2025-02-11 23:31:18 +01:00
Christian Krakau-Louis e601392a29 Fixed directory default for processing 2025-02-11 23:13:14 +01:00
Christian Krakau-Louis 8cfdb2ed8f Merge branch 'main' of https://github.com/christianlouis/document-processor 2025-02-11 23:11:33 +01:00
Christian Krakau-Louis cdc6e976a8 Add APIs to upload to various destinations - dummy code first 2025-02-11 23:11:21 +01:00
Christian Krakau-Louis e7d82bb1df Update deploy.yaml 2025-02-11 22:31:59 +01:00
Christian Krakau-Louis dda715f7aa Update deploy.yaml 2025-02-11 22:27:52 +01:00
Christian Krakau-Louis 688bb1e30e Create deploy.yaml 2025-02-11 22:10:54 +01:00
Christian Krakau-Louis 4a4c02ce50 Update docker-build.yaml 2025-02-11 22:04:39 +01:00
Christian Krakau-Louis 9d820b462c Merge branch 'main' of https://github.com/christianlouis/document-processor 2025-02-11 22:01:49 +01:00
Christian Krakau-Louis fb217a8d8f Changed to workdir variable 2025-02-11 22:01:42 +01:00
Christian Krakau-Louis 5c3c8a6e6c Update docker-build.yaml 2025-02-11 20:28:45 +01:00
Christian Krakau-Louis 49f079c8d5 Update docker-build.yaml 2025-02-11 20:05:04 +01:00
Christian Krakau-Louis 841020b595 Update docker-build.yaml 2025-02-11 19:56:13 +01:00
Christian Krakau-Louis c7b02dbe28 Create dependabot.yml 2025-02-11 19:47:49 +01:00