Search code examples
.netimagewidthcoordinate

Read text coordinate inside an image


I have an image. It contains some text. I want to read the coordinates of this text within that image. It should return width , X/Y Attributes.

What is the best way to achieve this .Net?


Solution

  • I am using the Tessnet2 library, it solves my purpose.