feat: Add pocketbook extraction
This commit is contained in:
parent
ddb34fca7b
commit
c53cd563b7
7 changed files with 78 additions and 14 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue