Reputation: 12226
I read the documentation of the OpenCV function putText()
. I could not find there any parameter or returned value that tells where each printed letter is located.
Is there some OpenCV API that gives this data while adding text to images, or maybe in some different library?
Upvotes: 1
Views: 1634
Reputation: 2269
Take a look at my answer, the code may be interesting for your purpose: Detect space between text (OpenCV, Python)
It is used to recognize handwriting text and do ROI on given image.
Upvotes: 1