papis-extract/papis_extract
Marty Oehme 163fd63038
fix: Fixed pocketbook extractor trying to read all files
The complete read routine would work before figuring out that it is
a file of xml mimetype. This means that it would try to read to memory
any file as the first thing, pdfs, even binaries. Of course doing
so crashed the program.
2024-01-25 21:42:34 +01:00
..
exporters refactor: Extract exporters to separate module 2024-01-25 21:42:33 +01:00
extractors fix: Fixed pocketbook extractor trying to read all files 2024-01-25 21:42:34 +01:00
__init__.py refactor: Extract exporters to separate module 2024-01-25 21:42:33 +01:00
annotation.py chore: Fix import lint error 2024-01-24 13:39:01 +01:00
exporter.py refactor: Extract exporters to separate module 2024-01-25 21:42:33 +01:00
extraction.py feat: Add pocketbook extraction 2024-01-24 08:56:21 +01:00
formatter.py refactor: Remove AnnotatedDocument class 2024-01-20 16:36:24 +01:00