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

Method load_data_source

code/interface.py:63–65  ·  view source on GitHub ↗

Overrides UpdatedInformalParserInterface.load_data_source()

(self, path: str, file_name: str)

Source from the content-addressed store, hash-verified

61class PdfParserNew:
62 """Extract text from a PDF."""
63 def load_data_source(self, path: str, file_name: str) -> str:
64 """Overrides UpdatedInformalParserInterface.load_data_source()"""
65 pass
66
67 def extract_text(self, full_file_path: str) -> dict:
68 """Overrides UpdatedInformalParserInterface.extract_text()"""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected