| 380 | |
| 381 | |
| 382 | class ReferenceCandidate(TypedDict, total=False): |
| 383 | raw_text: str |
| 384 | display_text: str |
| 385 | page_hint: str |
| 386 | doi: str |
| 387 | arxiv_id: str |
| 388 | wikilink: str |
| 389 | vault_target: str |
| 390 | match_status: str |
| 391 | match_reason: str |
| 392 | |
| 393 | |
| 394 | class FigureQualitySignals(TypedDict, total=False): |
nothing calls this directly
no outgoing calls
no test coverage detected