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

Class FigureAssetCandidate

scripts/contracts.py:405–414  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

403
404
405class 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
417class SectionExtractionCoverage(TypedDict, total=False):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected