DEV Community

rabbitzzc
rabbitzzc

Posted on

2

How to convert image/ Canvas to Table?

Recently, I was making a requirement that the back end return a bunch of data, and I needed dynamic auto-merge, which was very complicated, so I chose to use div to dynamically present the table instead of using the native table element.
However, I needed to send the table as the content of the email, and sending screenshots was not friendly, so I came up with the idea of converting the picture to the table.

Is there a good solution?

  • Able to merge automatically
  • Able to recognize text (Chinese and English)

Top comments (0)

Qodo Takeover

Introducing Qodo Gen 1.0: Transform Your Workflow with Agentic AI

Rather than just generating snippets, our agents understand your entire project context, can make decisions, use tools, and carry out tasks autonomously.

Read full post

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay