MCPcopy 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
55class FakePdfDoc:

Callers 13

extract_page_textsFunction · 0.45
_find_caption_blocksFunction · 0.45
_find_body_text_blocksFunction · 0.45
_find_paragraph_blocksFunction · 0.45
_collect_text_linesFunction · 0.45
mainFunction · 0.45
pdf_coverage_summaryFunction · 0.45
extract_pdf_sectionsFunction · 0.45
extract_pdf_textFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected