Skip to content

walter-bd/flask-ocr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask OCR pdf

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-app

Go to http://localhost and proceed to upload your pdf and try the service.

About

A little app to ocr pdfs with images, or if you want to make it searchable to text engines

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published