papis-extract/papis_extract
Marty Oehme 11d570f9d8
refactor: Rename annotation content variables
Renamed the two variables describing an annotation's highlighted PDF-text and
its appended note if any exists. Previously called 'text' (for the in-PDF
highlighted content) and 'content' (for the additional supplied content).

Now they are called 'content' for the IN PDF words, highlighted.
and 'note' for the appended note given (or not) in an annotation.
2024-01-23 09:54:36 +01:00
..
extractors refactor: Rename annotation content variables 2024-01-23 09:54:36 +01:00
__init__.py chore: Improve cli option help texts 2024-01-23 09:27:26 +01:00
annotation.py refactor: Rename annotation content variables 2024-01-23 09:54:36 +01:00
exporter.py chore: Improve stdout newline handling 2024-01-23 09:49:31 +01:00
extraction.py refactor: Extract extractor list to extractor module 2024-01-23 09:21:46 +01:00
formatter.py refactor: Remove AnnotatedDocument class 2024-01-20 16:36:24 +01:00