Open Source Optical Character Recognition Application for detecting and solving mathematical equations
MathScan started as a final project for my apprenticeship. I wanted to create an Open Source OCR application for solving simple mathematical equations (Addition and Subtraction). The project evoled since. The OCR Application is not able to detect handwritten equations presently. Since finishing the final project I added a calculator with dynamic Math Formular to create or edit detected equations.
Before realesing the project to the AppStore, I will add ADT's for solving and add division and multiplication. After adding ADT's I will include a wiki page to explain how every component works.
Please feel free to contribute to the project to make it even better :)
-
0.0.2
- Connection OCR with Calculator
- Finish SettingsVC
- Finish Calculator Formula
-
0.1.0
- Using ADT`s for Calculating
- 0.0.1
- Work in progress
- Camera OCR & Calculator with dynamic Math Formula
- Benedikt Veith
Distributed under the GNU General Public License. See LICENSE
for more information.
- Fork it (https://github.com/benediktveith/MathScan/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
- TesseractOCR - Swift (https://github.com/gali8/Tesseract-OCR-iOS)
- TesseractOCR (https://github.com/tesseract-ocr/tesseract)
- OpenCV Library (https://opencv.org/)