papis-extract/papis_extract/extractors
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
..
__init__.py refactor: Improve module availability checks 2024-01-24 12:27:21 +01:00
pdf.py feat: Add pocketbook extraction 2024-01-24 08:56:21 +01:00
pocketbook.py fix: Fixed pocketbook extractor trying to read all files 2024-01-25 21:42:34 +01:00