iseahound / Vis2

Simple OCR using Tesseract
158 stars 33 forks source link

Get found text position #11

Open keytrap-x86 opened 3 years ago

keytrap-x86 commented 3 years ago

Hi,

is there any way of getting the found text's position ?

For example if if search in a certain area : text := OCR([0, 0, 430, 150])

How can I get the text X and Y ? Thanks!