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

Class PdfParserNew

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

Extract text from a PDF.

Source from the content-addressed store, hash-verified

59
60
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()"""
69 pass
70
71class EmlParserNew:
72 """Extract text from an email."""

Callers 1

interface.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected