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

Method extract_text

code/interface.py:19–21  ·  view source on GitHub ↗

Overrides InformalParserInterface.extract_text()

(self, full_file_path: str)

Source from the content-addressed store, hash-verified

17 pass
18
19 def extract_text(self, full_file_path: str) -> dict:
20 """Overrides InformalParserInterface.extract_text()"""
21 pass
22
23
24class EmlParser(InformalParserInterface):

Callers 1

interface.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected