Spaces:
Sleeping
Sleeping
File size: 245 Bytes
8c35759 | 1 2 3 4 5 6 7 | """Parsing utilities for document extraction."""
from src.parsers.project_parser import ProjectReportParser
from src.parsers.smart_chunker import SemanticChunker, get_chunker
__all__ = ["ProjectReportParser", "SemanticChunker", "get_chunker"]
|