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

Class ReferenceCandidate

scripts/contracts.py:382–391  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

380
381
382class 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
394class FigureQualitySignals(TypedDict, total=False):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected