Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 11 days 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-20T00:45:43.000Z (over 3 years ago)
- Last Synced: 2024-10-14T16:14:55.609Z (24 days 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.