A little flask app to OCR your pdfs and make it searchable.
Requirements:
- Docker
Installation in Linux environments:
docker build -t ocr-flask-app .To run it:
docker run -it -p 80:80 --rm -v ./.paddleocr:/root/.paddleocr ocr-flask-appGo to http://localhost and proceed to upload your pdf and try the service.