mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-08-29 04:26:20 +00:00
- Fix import logic in __init__.py to properly export DoclingParser - Rewrite docling_parser.py to use docling's native API (direct attribute access) - Remove unsupported features (table_extraction_mode, invalid format_options) - Use doc.tables, doc.pictures, doc.pages directly instead of dict parsing - Update notebook with improved code and documentation - Add proper error handling for when docling is not available Fixes #138