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

Class FigureQualitySignals

scripts/contracts.py:394–402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

392
393
394class FigureQualitySignals(TypedDict, total=False):
395 visual_quality_status: str
396 quality_reason_codes: list[str]
397 page_coverage_ratio: float
398 visual_rect_count: int
399 visual_body_ratio: float
400 paragraph_text_chars: int
401 table_body_rows: int
402 caption_text_chars: int
403
404
405class FigureAssetCandidate(TypedDict, total=False):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected