PyMuPDF-Utilities icon indicating copy to clipboard operation
PyMuPDF-Utilities copied to clipboard

Demos, examples and utilities using PyMuPDF

Results 4 PyMuPDF-Utilities issues
Sort by recently updated
recently updated
newest added

Added a new demo to demos folder

[example_new_line.pdf](https://github.com/pymupdf/PyMuPDF-Utilities/files/15453235/example_new_line.pdf) [example_new_word.pdf](https://github.com/pymupdf/PyMuPDF-Utilities/files/15453236/example_new_word.pdf) [example_old.pdf](https://github.com/pymupdf/PyMuPDF-Utilities/files/15453238/example_old.pdf) [example.pdf](https://github.com/pymupdf/PyMuPDF-Utilities/files/15453239/example.pdf) I discovered that the font-replacement code was not working, likely due to changes in the behavior of ```page.clean_contents()``` in PyMuPDF. To address this issue, I made...

Hello,I'm glad I found such a good pdf text extractor! tutorials/multi-columns/markdowntext.py But there is still a problem, when I use the py file in this directory to process Wiley's document,...

fix: correct logic check for empty tables Changed `if len(tabs.tables) == []` to `if tabs.tables == []` to fix incorrect comparison between length and empty list