Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个图像格式的文本文档(PNG 文件)。我想使用 javascript/css 以编程方式手动突出显示该图像中的每个句子。我想在网页上使用这种技术。有什么想法吗?
您需要使用 OCR 进行一些服务器端处理,以检测图像中句子开始/结束的位置。一旦你知道了,你可以使用 javascript 和 CSS 将 styled divs 放置在图像上。
div