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