-
Optical Character Recognition or optical character reader (OCR) is the electronic or mechanical conversion of images of typed, handwritten or printed text into machine-encoded text.
-
This Text Extractor web app was deployed to HEROKU through Flask.
-
Upload an image to extract the text from it.
-
Result will be empty if the uploaded image doesn't contain any text in it.
-
APP LINK : https://extract-t3xt-nav.herokuapp.com/
-
NOTE: Before deploying the app, add the following buildpacks in Heroku exactly as the same.
Build Pack 1 : heroku/python
Build Pack 2 : https://github.com/pathwaysmedical/heroku-buildpack-tesseract -
Index and Result pages are shown below: