MCPcopy Create free account
hub / github.com/DasyDong/developer-roadmap / extract_text

Method extract_text

code/interface.py:8–10  ·  view source on GitHub ↗

Extract text from the currently loaded file.

(self, full_file_name: str)

Source from the content-addressed store, hash-verified

6 pass
7
8 def extract_text(self, full_file_name: str) -> dict:
9 """Extract text from the currently loaded file."""
10 pass
11
12
13class PdfParser(InformalParserInterface):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected