Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_doc
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
__call__
Method · 0.45
_determine_status
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected