How can I highlight a chunk of text on an image taken by Camera view
问题 I am working on an OCR project. My first task is to take an image from iPhone camera and then locate a specific word on the image. Below is a sample image taken by my device, now I want to find the position of word "STATIONERY" and highlight it with a yellow rectangle on image. How can I do that? Do I need to first use an OCR SDK for that (like ABBYY) or can I do this otherwise? 回答1: If you need to get the coordinates of a specific word, of course you need to perform OCR first. Keep in mind