MellowKyler / pdfp

PDF Processor - a GUI for some common PDF operations.
https://pypi.org/project/pdfp
GNU Affero General Public License v3.0
2 stars 0 forks source link

Require Fewer OS Dependencies #3

Closed MellowKyler closed 4 months ago

MellowKyler commented 4 months ago

It'd be nice to handle as many dependencies as possible through python for smoother installation.

Not Changing

Implementing

DONE

MellowKyler commented 4 months ago

changed license to AGPL for PyMuPDF 73568d4

MellowKyler commented 4 months ago

cancelling attempt to make ocrmypdf work. it requires system packages anyway - easier to just have users install the one on their own, since ocrmypdf comes with its own dependencies automatically in package managers.

messed around with reporting ocr progress, and it is very hard and i am very stupid :) will try again later when i have more patience.

MellowKyler commented 4 months ago

gTTS is swag pogchamp so i'm just gonna deprecate balabolka lol edit: complete 79e3c85

MellowKyler commented 4 months ago

pdftotext removed 97aabc0

MellowKyler commented 4 months ago

pdftoppm removed 33f103c

MellowKyler commented 4 months ago

pdftk removed f0e47fb

MellowKyler commented 4 months ago

ebook-convert removed b68ba1f conversion complete, closing out

MellowKyler commented 4 months ago

oops forgot one. ocrmypdf migrated to python ba78065 when i get around to looking at processing multiple files i should look at https://ocrmypdf.readthedocs.io/en/latest/batch.html