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

Method extract_text

code/interface.py:155–157  ·  view source on GitHub ↗

Extract text from the data set

(self, full_file_path: str)

Source from the content-addressed store, hash-verified

153
154 @abc.abstractmethod
155 def extract_text(self, full_file_path: str):
156 """Extract text from the data set"""
157 raise NotImplementedError
158
159class PdfParserNew(FormalParserInterface):
160 """Extract text from a PDF."""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected