https://github.com/yashrsharma44/textextractor
Repository for the webpapp for text extractor
https://github.com/yashrsharma44/textextractor
computer-vision flask python3 text-extractor
Last synced: over 1 year ago
JSON representation
Repository for the webpapp for text extractor
- Host: GitHub
- URL: https://github.com/yashrsharma44/textextractor
- Owner: yashrsharma44
- License: mit
- Created: 2018-11-22T17:32:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-03-20T00:45:43.000Z (about 5 years ago)
- Last Synced: 2025-02-28T05:27:43.333Z (over 1 year ago)
- Topics: computer-vision, flask, python3, text-extractor
- Language: HTML
- Homepage: https://text-ocr.herokuapp.com
- Size: 123 KB
- Stars: 3
- Watchers: 4
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# TextExtractor
Repository for the webpapp for text extractor.
This repository will contain the code for the web application, supporting the input of images and outputting the text resulting out of the image.
## Steps for running this web app
* Install `pipenv` using `pip install pipenv`
* Install all the libraries and framework using `pipenv install requirements.txt`
* Run `pipenv shell` to activate the `virtualenv`
* Migrate to `textextractor/app.py` and run `python app.py`
* A localhost would be running, and you can get a glance of the webapp.