I have a bunch of hand-written notes on matrices that I would like to turn into pretty lectures notes using Latex. But typing matrices is boring and time-consuming, so I was thinking that it would be great if the task was automatized.
Is there an OCR (Optical Character Recognition) that can convert a hand-written matrix?
It should be doable,since it is a simpler task than what Latexify does (or it seems to me at least).
Additional information:
- Free is always better :)
- The data would be mostly numerical values, and sometimes letters or letters with indices.
- The final output may not necessarily be directly usable in Latex (format \begin{bmatrix}...\end{bmatrix } or similar) but has to be standard enough so that it can be easily converted so that Latex or other softwares can understand it.
- If it is necessary that the handwritten document contains only matrices to work properly, it is fine for me.
Any suggestion?