Commit Graph

5 Commits

Author SHA1 Message Date
Apple
8869a36486 fix: correct exception handling order in model_loader and update TODO
- Fix duplicate except blocks in model_loader.py
- Mark G.2.5 (tests) as completed
- Mark G.1.3 (dots.ocr integration) as completed
2025-11-15 13:25:15 -08:00
Apple
62cb1d2108 docs: mark G.2.4 (pre/post-processing) as completed 2025-11-15 13:19:31 -08:00
Apple
344bef786d docs: update TODO-PARSER-RAG.md with completed tasks
- Mark G.2.3 (PDF/image support) as completed
- Mark G.2.4 (pre/post-processing) as completed
- Mark G.1.3 (configuration) as completed
- All preprocessing and postprocessing functions implemented
2025-11-15 13:19:21 -08:00
Apple
5e7cfc019e feat: create PARSER service skeleton with FastAPI
- Create parser-service/ with full structure
- Add FastAPI app with endpoints (/parse, /parse_qa, /parse_markdown, /parse_chunks)
- Add Pydantic schemas (ParsedDocument, ParsedBlock, ParsedChunk, etc.)
- Add runtime module with model_loader and inference (with dummy parser)
- Add configuration, Dockerfile, requirements.txt
- Update TODO-PARSER-RAG.md with completed tasks
- Ready for dots.ocr model integration
2025-11-15 13:15:08 -08:00
Apple
2fc1894b26 docs: add PARSER agent documentation and implementation plan
- Add formal PARSER agent description (dots.ocr-based)
- Add detailed TODO-PARSER-RAG.md with implementation tasks
- Update agents README to include PARSER
- PARSER = Document Ingestion & Structuring Agent for RAG
2025-11-15 13:09:58 -08:00