I have several JPG images, all of them contain some text (they are pages of some comics). I want to make the text selectable (and ultimately, copyable), but my only idea for that is the <text>
tag from SVG, but that solution can be really messy, even when I make the opacity 0.0, basically rendering the SVG <text>
invisible, only visible when selected, but only one mistake (with the font, placing, etc) is enough to make it messy and ridiculous.
Is there a more elegant (and less messy) solution for this problem? If you have just a slightly idea, please share, it would be great. I stuck for weeks this problem.