I am writing a program that, when defining an image of a low-level mathematical problem (for example, 98 * 13), should be able to output an answer. The numbers will be black and have a white background. Not captcha, just an image of a mathematical problem.
Math problems will have only two numbers and one operator, and this operator will only +, -, * or /.
Obviously, I know how to do calculations;) I'm just not sure how to do this to get text from an image.
A free library would be ideal ... although if I needed to write the code myself, I could probably handle it.
source share