presenton/electron/servers/fastapi/services
sudipnext 35f784379b feat: Enhance LiteParse runner and document processing
- Updated the LiteParse runner to support two output formats: raw text and JSON, improving compatibility and flexibility.
- Introduced error handling for missing file arguments and file existence checks, enhancing robustness.
- Added functions to clean and extract text from LiteParse JSON outputs, handling malformed JSON gracefully.
- Updated the DocumentsLoader to utilize the new text cleaning functionality, ensuring cleaner document outputs.
- Implemented tests for the new text extraction and cleaning features, ensuring reliability and correctness.
2026-04-26 18:10:49 +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 refactor: Update database session management and enhance chat memory services 2026-04-25 19:10:39 +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 LiteParse runner and document processing 2026-04-26 18:10:49 +05:45
export_task_service.py Refactor presentation export runtime handling 2026-04-18 16:49:42 +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 fix: ComfyUI generation issue 2026-04-11 22:02:42 +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 LiteParse runner and document processing 2026-04-26 18:10:49 +05:45
llm_client.py fix: refine web search handling in LLM client and presentation outline generation 2026-04-16 20:11:25 +05:45
llm_tool_calls_handler.py feat: enhance web search functionality in LLM client and presentation generation 2026-04-16 14:40:31 +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