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

Class AppendixIndex

scripts/contracts.py:438–443  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

436
437
438class AppendixIndex(TypedDict, total=False):
439 appendix_detected: bool
440 start_page: int | None
441 sections: list[dict[str, Any]]
442 figure_captions: list[dict[str, Any]]
443 table_captions: list[dict[str, Any]]
444
445
446class AppendixEvidenceItem(TypedDict, total=False):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected