feat: implement Dropbox integration with OAuth setup and error handling

This commit is contained in:
Christian Krakau-Louis
2025-04-03 10:35:55 +02:00
parent 619c72ac53
commit 94889e9e41
12 changed files with 1079 additions and 11 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ def process_document(original_local_file: str):
2. If not found, insert a new DB row and continue with the pipeline:
- Copy file to /workdir/tmp
- Check for embedded text. If present, run local GPT extraction
- Otherwise, queue Textract-based OCR
- Otherwise, queue Azure Document Intelligence processing
"""
if not os.path.exists(original_local_file):