All Projects → Aman-zishan → textextractor2.0

Aman-zishan / textextractor2.0

Licence: MIT license
🔥 This web app extracts text in an image.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to textextractor2.0

Python-flask-with-uwsgi-and-nginx
Python Flask with Nginx and uWSGI
Stars: ✭ 34 (+112.5%)
Mutual labels:  flask-application
avatar-gen
pillow 生成头像,中英文首字母或者随机像素化。Using pillow for generate avatars, first letter of string in Chinese and English or random pixel like avatars.
Stars: ✭ 31 (+93.75%)
Mutual labels:  flask-application
talkshow
A Call 4 Papers System - A simple base app as example of Flask Architecture
Stars: ✭ 56 (+250%)
Mutual labels:  flask-application
TopicsExplorer
Explore your own text collection with a topic model – without prior knowledge.
Stars: ✭ 53 (+231.25%)
Mutual labels:  flask-application
jack bunny
Inspired by Facebook's bunnylol search engine.
Stars: ✭ 19 (+18.75%)
Mutual labels:  flask-application
certfico
App para geração e envio de certificados para eventos
Stars: ✭ 20 (+25%)
Mutual labels:  flask-application
localtileserver
🌐 dynamic tile server for visualizing rasters in Jupyter with ipyleaflet or folium
Stars: ✭ 190 (+1087.5%)
Mutual labels:  flask-application
gimme-that
A file upload server tool written in Python.
Stars: ✭ 27 (+68.75%)
Mutual labels:  flask-application
project-demo
An Online Web Game "You Perform, I Guess!" based on C3D Model
Stars: ✭ 36 (+125%)
Mutual labels:  flask-application
Telegram-mailer
Web-application for sending messages to list of users. Use several accounts to avoid ban.
Stars: ✭ 28 (+75%)
Mutual labels:  flask-application
codecat
CodeCat is an open-source tool to help you find/track user input sinks and security bugs using static code analysis. These points follow regex rules. Beta version.
Stars: ✭ 265 (+1556.25%)
Mutual labels:  flask-application
searchhub
Fusion demo app searching open-source project data from the Apache Software Foundation
Stars: ✭ 42 (+162.5%)
Mutual labels:  flask-application
pycroft
The new AG DSN management system
Stars: ✭ 16 (+0%)
Mutual labels:  flask-application
todoist bot
@Todoist_bot for Telegram (UNofficial)
Stars: ✭ 35 (+118.75%)
Mutual labels:  flask-application
eleanor
Code used during my Chaos Engineering and Resiliency Patterns talk.
Stars: ✭ 14 (-12.5%)
Mutual labels:  flask-application
Python-Studies
All studies about python
Stars: ✭ 56 (+250%)
Mutual labels:  flask-application
MiniBookSearch
📗 Simple book management system using Web API "openBD" / Python(Flask)+ Vue.js + Elasticsearch
Stars: ✭ 30 (+87.5%)
Mutual labels:  flask-application
AD-webmanager
A web interface for administration of Active Directory Domains, made in Python, with focus on easy of use and simplicity.
Stars: ✭ 26 (+62.5%)
Mutual labels:  flask-application
Dog-facts-API
An API returns random dog facts 🐶
Stars: ✭ 46 (+187.5%)
Mutual labels:  flask-application
flask-template
Template for creating Flask based projects
Stars: ✭ 60 (+275%)
Mutual labels:  flask-application

Build Status GitHub issues Website perso.crans.org contributions welcome made-with-python GitHub license

Tech stack used: :octocat:

  • Visual Code Studio
  • python🐍
  • flask🌶️
  • Installation 💎

    1. 📍 clone the repository.

      $git clone https://github.com/Aman-zishan/textextractor2.0.git
      
    2. 🏁 navigate to downloaded folder.

      $cd textextractor2.0
      
    3. 🚧 set up virtual environment.

      #windows
      
      $py -3 -m venv venv
      
      #linux/mac OS
      
      $python3 -m venv venv
      
    4. ♦️ activate virtual environment.

      #windows
      
      $venv\Scripts\activate
      
      #linux/mac OS
      
      $source venv/bin/activate
      
    5. 🌶️ install flask & other required dependencies

      #windows
      
      
      $pip install -r requirements.txt
      
      #linux/mac OS
      
      
      $pip3 install -r requirements.txt
      

    Tesseract installation - for Windows OS

    C:\Program Files\Tesseract-OCR\tesseract.exe is not installed or it's not in your path
    
    • If you get this error its probably because you dont have tesseract installed or not have set it to right path as per line 11 in app.py.
    • The soln for this is to install tesseract to the specified path in the code from here
    1. 🎯 setup flask environment and run app
      #windows
      
      $set FLASK_APP=app.py
      $set FLASK_ENV=development
      $flask run
      
      #linux/mac OS
      
      $export FLASK_APP=app.py
      $export FLASK_ENV=development
      $flask run

    Demo 😊

    CONTRIBUTION

    Hacktoberfest® is open to everyone in our global community. Whether you’re a developer, student learning to code, event host, or company of any size, you can help drive growth of open source and make positive contributions to an ever-growing community. All backgrounds and skill levels are encouraged to complete the challenge.

    Go through the guidelines and feel free to contribute to this open source project!

    Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].