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