Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Paper2Poster/Paper2Poster
/ is_valid
Method
is_valid
docling/backend/html_backend.py:51–52 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
49
)
from
e
50
51
def
is_valid(self) -> bool:
52
return
self.soup is not None
53
54
@classmethod
55
def
supports_pagination(cls) -> bool:
Callers
1
convert
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected