Use python convert pdf, and deal with image file
- handle pdf package
- pdf2image - A python module that wraps the pdftoppm utility to convert PDF to PIL Image object
- Mac users will have to install poppler for Mac
- Python將PDF轉成圖片——PyMuPDF和pdf2image
- handle image package
- opencv
$ pip install opencv-python
- OpenCV with Python for Image and Video Analysis youtube
- opencv