Code Monkey home page Code Monkey logo

text_detection's Introduction

text_detection

Text detection on screenshots for 1C app.

Step by step guide to deploy the application

  1. Open cmd/terminal in forlder and execute: git clone https://github.com/Ugggl/text_detection.git
  2. Go to 'text_detection' folder:
    cd text_detection
  3. Donwload and install tesseract
  4. Install, create, and activate virtualenv in cmd/terminal
    pip install virtualenv
    python -m venv venv
    • For Windows:
      venv\Scripts\activate.bat
    • For macOs:
      . ./venv/bin/activate
  5. Install required modules via pip
    pip install -r requirements.txt
  6. Check ip and host of local server in app.py
    • For Windows:
      127.0.0.1:30
    • For macOs:
      0.0.0.0:5000
  7. Only for windows: uncomment the first line of detect functioin of detect.py and change to where tesseract is installed
    pytesseract.pytesseract.tesseract_cmd = 'C:\Program Files\Tesseract-OCR\tesseract.exe'.
  8. Execute: python app.py

text_detection's People

Contributors

lawaldemur avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.