Commit Graph

4 Commits

Author SHA1 Message Date
Christian Krakau-Louis 7481581e4e refactor: streamline file record creation and duplicate checking in document processing 2025-03-28 16:53:25 +01:00
Christian Krakau-Louis 59db28d27b refactor: enhance task logging in text refinement and metadata extraction processes 2025-03-28 16:29:41 +01:00
Christian Krakau-Louis ffc049196b refactor: enhance logging and task management in document storage and upload tasks 2025-03-28 16:22:45 +01:00
Christian Krakau-Louis de06fd1286 refactor: rename upload_to_s3 to process_document
- Rename upload_to_s3.py to process_document.py to better reflect its purpose
- Update all import statements across the codebase to use new module name
- Remove S3-specific code and references
- Keep the core document processing logic intact
- Update docstrings and comments to reflect new functionality

This change is part of removing AWS S3 dependencies and simplifying the
document processing pipeline.
2025-03-27 14:50:51 +01:00