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

Method extract_text

code/interface.py:67–69  ·  view source on GitHub ↗

Overrides UpdatedInformalParserInterface.extract_text()

(self, full_file_path: str)

Source from the content-addressed store, hash-verified

65 pass
66
67 def extract_text(self, full_file_path: str) -> dict:
68 """Overrides UpdatedInformalParserInterface.extract_text()"""
69 pass
70
71class EmlParserNew:
72 """Extract text from an email."""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected