Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ResearAI/DeepReviewer-v2
/ _ContentLine
Class
_ContentLine
deepreview/report/source_annotations.py:10–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
9
@dataclass
10
class
_ContentLine:
11
page_number: int
12
text: str
13
bbox: tuple[float, float, float, float] | None
14
15
16
def
_normalize_object_type(value: Any) -> str:
Callers
1
_collect_content_lines
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected