MCPcopy Create free account
hub / github.com/Paper2Poster/Paper2Poster / is_valid

Method is_valid

docling/datamodel/document.py:214–215  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

212 super().__init__(*args, **kwargs)
213
214 def is_valid(self) -> bool:
215 return False
216
217 @classmethod
218 def supported_formats(cls) -> Set[InputFormat]:

Callers 13

__init__Method · 0.45
_init_docMethod · 0.45
__call__Method · 0.45
__call__Method · 0.45
__call__Method · 0.45
__call__Method · 0.45
__call__Method · 0.45
__call__Method · 0.45
__call__Method · 0.45
__call__Method · 0.45
__call__Method · 0.45
_determine_statusMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected