├── README.md ├── pdf_enhancer.py └── requirements.txt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsSp00ky/pdf_enhancer/HEAD/README.md -------------------------------------------------------------------------------- /pdf_enhancer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsSp00ky/pdf_enhancer/HEAD/pdf_enhancer.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | PyMuPDF 2 | opencv-python-headless 3 | numpy 4 | Pillow 5 | gradio --------------------------------------------------------------------------------