wudi00 / pixtoapp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pix to App

It's a python project.

Dependencies-

  1. Tesseract OCR
  2. OpenCV
  3. stringtemplate3
  4. ANTLR

#Set up environment variables (Windows)

#To integrate Tesseract OCR Build the latest library of Tesseract in Windows

#Other Dependencies

  • Install OPenCV and set environment variable OPENCV_DIR and add it in path too
  • pip install stringtemplate3. (For python3 replace the strintemplate folder in the environment with this link )
  • Clone https://github.com/antlr/antlr3
  • Go to directoru runtime\Python3 and run python setup.py to install
  • Download JDK and set environment varialbe JAVA_HOME.
  • Download Android SDK and set the path in the templateProject whihc resides in the template folder
  • Change the image path in the screenshotProcessor.py and run the project

About

License:Other


Languages

Language:Python 87.2%Language:HTML 12.1%Language:Java 0.5%Language:Shell 0.3%