camera-based simple calculator (in progress), compute formulas from papers.
- Segment the formula from the image. (in progress)
- Extract digits and operators using connected-components method. (Finished)
- Recognize the digits and operators. (Low accuracy)
- Solve the formula.