MCPcopy Create free account
hub / github.com/917Dhj/DeepPaperNote / SectionExtractionCoverage

Class SectionExtractionCoverage

scripts/contracts.py:417–423  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

415
416
417class SectionExtractionCoverage(TypedDict, total=False):
418 coverage_status: str
419 recognized_sections: list[str]
420 core_sections_found: list[str]
421 missing_core_sections: list[str]
422 section_text_chars: dict[str, int]
423 fallback_sections: list[str]
424
425
426class PdfCoverage(TypedDict, total=False):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected