Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.