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

Method load_data_source

code/interface.py:15–17  ·  view source on GitHub ↗

Overrides InformalParserInterface.load_data_source()

(self, path: str, file_name: str)

Source from the content-addressed store, hash-verified

13class PdfParser(InformalParserInterface):
14 """Extract text from a PDF"""
15 def load_data_source(self, path: str, file_name: str) -> str:
16 """Overrides InformalParserInterface.load_data_source()"""
17 pass
18
19 def extract_text(self, full_file_path: str) -> dict:
20 """Overrides InformalParserInterface.extract_text()"""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected