feat: Add pocketbook extraction

This commit is contained in:
Marty Oehme 2024-01-24 08:55:43 +01:00
parent ddb34fca7b
commit c53cd563b7
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A
7 changed files with 78 additions and 14 deletions

View file

@ -47,6 +47,6 @@ def start(
if not file_available:
# have to remove curlys or papis logger gets upset
desc = re.sub("[{}]", "", papis.document.describe(document))
logger.warning("Did not find suitable file for document: " f"{desc}")
logger.info(f"No {type(extractor)} file for document: {desc}")
return annotations