Convert the printed mathematical expression in the picture to latex by tensorflow.
- Train the symbol classify CNN from
symbol_classer_cnn.py
. - Choose the best classer and assign it's path to variable
symClasser
inglobal_variable.py
- Run the interface file
main.py
.
- translate RGB image to binary image.
- get the segmentations of the binary image.
- recognise the symbol of each segmentation.
- structure analyse.
- get latex code.