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

@ -98,7 +98,7 @@ def _add_annots_to_note(
f.write("\n")
logger.info(
f"Wrote {len(new_annotations)} "
f"{'annotation' if len(new_annotations) == 1 else 'annotations'} "
f"{'line' if len(new_annotations) == 1 else 'lines'} "
f"to {papis.document.describe(document)}"
)