| 403 | |
| 404 | |
| 405 | class FigureAssetCandidate(TypedDict, total=False): |
| 406 | filename: str |
| 407 | path: str |
| 408 | width: int |
| 409 | height: int |
| 410 | size_bytes: int |
| 411 | label: str |
| 412 | extraction_level: str |
| 413 | quality_signals: FigureQualitySignals |
| 414 | candidate_status: str |
| 415 | |
| 416 | |
| 417 | class SectionExtractionCoverage(TypedDict, total=False): |
nothing calls this directly
no outgoing calls
no test coverage detected