mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-08-30 04:40:16 +00:00
- Added ests/parse/test_parse_comprehensive.py covering all core parsers (CSV, JSON, XML, PDF, DOCX, Code, Email, HTML). - Added ests/parse/test_notebook_03.py to verify the document parsing cookbook. - Fixed HTMLParser metadata extraction and return type (returning HTMLData with dict metadata). - Fixed HTMLParser import of get_progress_tracker. - Fixed StructuredDataParser progress tracker initialization. - Updated PR description.