This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
Extract images from PDF files and decode any QR codes found. | |
Requirements: | |
> pip install pandas opencv-python pymupdf qrdet==1.10 qreader==2.11 tqdm xlsxwriter | |
See also the docs for the QR part | |
https://github.com/Eric-Canas/qrdet | |
https://github.com/Eric-Canas/qreader | |
""" |
OlderNewer