Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/917Dhj/DeepPaperNote
/ get_text
Method
get_text
tests/test_common.py:50–52 ·
view source on GitHub ↗
(self, mode: str)
Source
from the content-addressed store, hash-verified
48
self.text = text
49
50
def
get_text(self, mode: str) -> str:
51
assert mode ==
"text"
52
return
self.text
53
54
55
class
FakePdfDoc:
Callers
13
extract_page_texts
Function · 0.45
_find_caption_blocks
Function · 0.45
_find_body_text_blocks
Function · 0.45
_find_paragraph_blocks
Function · 0.45
_count_paragraph_text_chars_in_bbox
Function · 0.45
_collect_text_lines
Function · 0.45
main
Function · 0.45
_reference_lines_from_pdf
Function · 0.45
pdf_coverage_summary
Function · 0.45
extract_appendix_page_texts
Function · 0.45
extract_pdf_sections
Function · 0.45
extract_pdf_text
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected