falvaro / seshat

Handwritten math expression parser
GNU General Public License v3.0
677 stars 166 forks source link

How can I parse image to to SCG Ink? #17

Open LiaoPan opened 6 years ago

LiaoPan commented 6 years ago

I want to test pictures of some mathematical formulas, but I don't understand how to parse pictures to the format required by seshat.

YiminHu commented 6 years ago

I want to ask the same question. Is that possible to convert a normal image, such as jpg, to inkml or scgink?

gusbemacbe commented 6 years ago

Firstly use codes with Tesseract in C++, Python and Node.js and after use SESHAT codes, converting into LaTeX.

ospfrip commented 6 years ago

@gusbemacbe , Can you give a specific explanation, how does tesseract do it? thanks.

himansh123 commented 5 years ago

If your are done with 3rd step,Can you help me set up 3rd step installation? what is the procedure?

reki-cool commented 5 years ago

I want to test pictures of some mathematical formulas, but I don't understand how to parse pictures to the format required by seshat.

同问,不知道这个有解决方案了吗