presenton/electron/servers/fastapi/services
sudipnext c7e9a6872b feat: enhance document conversion services with improved logging and error handling
- Added logging to track the start and completion of document conversions in DocumentConversionService.
- Implemented detailed error logging for subprocess failures in both DocumentConversionService and LiteParseService.
- Introduced helper functions for logging command strings and output snippets to improve debuggability.
- Updated DocumentsLoader to log file processing details and fallback parsing attempts.
2026-03-31 14:06:57 +05:45
..
__init__.py updated 2026-02-20 12:02:23 +05:45
concurrent_service.py updated 2026-02-20 12:02:23 +05:45
database.py feat: add migration for theme column in presentations and enhance database migration handling 2026-03-25 20:09:35 +05:45
document_conversion_service.py feat: enhance document conversion services with improved logging and error handling 2026-03-31 14:06:57 +05:45
documents_loader.py feat: enhance document conversion services with improved logging and error handling 2026-03-31 14:06:57 +05:45
html_to_text_runs_service.py updated 2026-02-20 12:02:23 +05:45
icon_finder_service.py feat: implement unified setup installer for LibreOffice and Chromium dependencies 2026-03-11 20:31:34 +05:45
image_generation_service.py feat: Add support for dynamic FastAPI origin in image asset handling 2026-03-29 17:11:22 +05:45
lightweight_document_service.py feat: add language parameter to decomposeDocuments API call 2026-03-28 15:34:53 +05:45
liteparse_service.py feat: enhance document conversion services with improved logging and error handling 2026-03-31 14:06:57 +05:45
llm_client.py feat: improve handling of Anthropic responses and add retry logic for content retrieval 2026-03-27 16:45:31 +05:45
llm_tool_calls_handler.py updated 2026-02-20 12:02:23 +05:45
pptx_presentation_creator.py feat: implement image path resolution utility to streamline image handling in FastAPI endpoints and PPTX presentation creator 2026-03-08 20:55:20 +05:45
score_based_chunker.py updated 2026-02-20 12:02:23 +05:45
temp_file_service.py updated 2026-02-20 12:02:23 +05:45
webhook_service.py updated 2026-02-20 12:02:23 +05:45