Extract text from the currently loaded file.
(self, full_file_name: str)
| 6 | pass |
| 7 | |
| 8 | def extract_text(self, full_file_name: str) -> dict: |
| 9 | """Extract text from the currently loaded file.""" |
| 10 | pass |
| 11 | |
| 12 | |
| 13 | class PdfParser(InformalParserInterface): |
nothing calls this directly
no outgoing calls
no test coverage detected