Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • 2
    $\begingroup$ if you just need to ocr the image and get text, try llm like chatgpt-4o, gemini. they all have api to send image through web requests, and get result, which can be programmed into mathematica. $\endgroup$ Commented Jul 22, 2024 at 5:32
  • $\begingroup$ I'll look into that, but it begs the question as to how chatgpt might implement the straightening, which is not particularly informative in the context of Mathematica code that might mimic such an unspecified algorithm. Using a llm to solve simple problems also has the disadvantage of generating a very large carbon footprint, so a less damaging approach would be desirable for such a relatively basic task. $\endgroup$ Commented Jul 26, 2024 at 17:24