Closed Kaos599 closed 1 week ago
SUre
Thank you for your contribution @Kaos599 👍
Could you please:
* add a mention of this new command in `README.md` * add some unit tests in `tests/test_uncompress.py`
You could for example execute this command on all
sample-files/*./*.pdf
files, similar to this: #15 (comment)
Sure i will implement those within few days
Hi @Kaos599
I see that you published a commit on this branch yesterday. Is is ready for reviewing? I think that there is still a minor merge conflict to resolve.
@Lucas-C i have been busy with college exams so i just tried a little yesterday. I still need to implement most of the changes, I will get on it soon and will tag you once done.
Thanks for your patience!
Closes #38
uncompress.py
script to decompress Flate-encoded content streams in PDF files.main
function to handle PDF input and output paths.pyproject.toml
to include the I001 rule for Ruff linter to ignore specific linting issues, since it was conflicting with black.