OCR python algebra parser
- 1 Devlogs
- 2 Total hours
An OCR for algebra in python part of a larger project. I first worked on a a manual parser and then implement the ocr
An OCR for algebra in python part of a larger project. I first worked on a a manual parser and then implement the ocr
I worked on a simple algebra math parser where the user can type a regular math equation such as “2x+1=2” in the form Ax+B=C and it would save them into a json file into the form A=2, B=1, C=2. It’s still in progress, but I’m hoping to finish it as soon as possible.