Open jerinphilip opened 7 years ago
Make sense out of the segmented image, and store it in an AST Structure to produce valid LATEX.
ast.hpp
special.hpp
ast.cpp
ToDo: Add remaining functions possible. Write conversion of recognized characters to AST.
Make sense out of the segmented image, and store it in an AST Structure to produce valid LATEX.
ast.hpp
contains definitions.special.hpp
contains custom functions like plus, minus, multiply, divide, sqrt, sum, prod.ast.cpp
is written as a testing file.ToDo: Add remaining functions possible. Write conversion of recognized characters to AST.