Problems with migration testing need to figure out

This commit is contained in:
Trenton H
2023-12-11 17:12:56 -08:00
parent 30281bd593
commit 5266bd1590
11 changed files with 175 additions and 38 deletions

View File

@@ -111,3 +111,9 @@ class TikaDocumentParser(DocumentParser):
raise ParseError(
f"Error while converting document to PDF: {err}",
) from err
def get_settings(self):
"""
This parser does not implement additional settings yet
"""
return None