Photomath
simple python program which does basic math operations and displays text in image captured.
Install / Use
/learn @kingjuno/PhotomathREADME
photomath
Simple python program which does basic math operations and displays text in image captured. Program uses tesseract and opencv.
Requirements
pip install opencv-python
pip install pillow
pip install pytesseract
Usage
python3 photmath.py
Details
Just click spacebar to capture the picture or click esc to exit. Captured picture is then analyzed and the output will be given. Accuracy will be improved in the later version.
