| 436 | |
| 437 | |
| 438 | class 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 | |
| 446 | class AppendixEvidenceItem(TypedDict, total=False): |
nothing calls this directly
no outgoing calls
no test coverage detected