/pixtoapp

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

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 directory runtime\Python3 and run python setup.py to install
  • Download JDK and set environment variable JAVA_HOME.
  • Download Android SDK and set the path in the templateProject which resides in the template folder
  • Change the image path in the screenshotProcessor.py and run the project