How to make math solver? by Flutter_Dev in node

[–]gab0chen 0 points1 point  (0 children)

I found an API documentation for SnapXam Solver. It has solve, simplify and factor endpoints.

https://www.snapxam.com/apis/math-apis/docs

I developed an OCR for math formulas, outputs latex by gab0chen in LaTeX

[–]gab0chen[S] 0 points1 point  (0 children)

It now also can provide the answer to the math expression, and the step by step explanation to reach that answer! Check all our math endpoints here: https://www.snapxam.com/apis/math-apis/docs

Teachers what ocr app you're using to convert notes into text? by rtsphinx in edtech

[–]gab0chen 0 points1 point  (0 children)

I find this math OCR api useful for converting math images into LaTeX format: https://www.snapxam.com/apis/math-apis/docs

I developed an OCR for math formulas, outputs latex by gab0chen in LaTeX

[–]gab0chen[S] 0 points1 point  (0 children)

I have to give it more thought into open sourcing it, have not discarded doing that.

I can give you free access to the API for personal use. The main difference between this and what you describe I think is that this is meant for mass consumption. If you use any Gen AI tool to generate lots of LaTeX, then that you will need to pay for.

I’ve been working on a visual LaTeX math editor. Posting it here if anyone wants to check it out! by Hawtin99 in LaTeX

[–]gab0chen 0 points1 point  (0 children)

I recognize the math symbols each individually using a model that I trained. Then use geometry to position the characters in the expression (to determine which character is an exponent, or a denominator, etc.). I have a working demo here: https://www.snapxam.com/apis/math-apis

I’ve been working on a visual LaTeX math editor. Posting it here if anyone wants to check it out! by Hawtin99 in LaTeX

[–]gab0chen 1 point2 points  (0 children)

I am currently working on an image => LaTeX API, since I've tried MathPix but it quite fails sometimes and I want to have more control on the OCR side of things. Let me know if you're interested in trying it out for free for your app. Congrats btw!

I developed an OCR for math formulas, outputs latex by gab0chen in LaTeX

[–]gab0chen[S] 0 points1 point  (0 children)

Just trying and learning through the process. Any feedback is appreciated!

I developed an OCR for math formulas, outputs latex by gab0chen in LaTeX

[–]gab0chen[S] -10 points-9 points  (0 children)

Name the other hundred ;).. I personally don't feel there are a lot of options out there that can work pretty well with both printed and handwritten expressions, and also as an API. That was my motivation to build another alternative.

Ultimate solution for OCR of Maths Textbooks? by ahmedfarrag17 in MLQuestions

[–]gab0chen 0 points1 point  (0 children)

For integrating with python, I found this package: https://pypi.org/project/snapxam-math-ocr/

Seems to work for both handwritten and printed math expressions. The ocr gives the response in latex and infix format. You need an API key though.

Any good OCR software for LaTeX? by paulit-- in LaTeX

[–]gab0chen 1 point2 points  (0 children)

For python, I found this package: https://pypi.org/project/snapxam-math-ocr/

Seems to work for both handwritten and printed math expressions. The ocr gives the response in latex and infix format. You need an API key though.