Skip to content

wkusmirek/pixtoapp

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 87.1%
  • HTML 12.1%
  • Other 0.8%