charlesw / tesseract-ocr-dotnet

Other
31 stars 35 forks source link

Added a function to retrieve the rotation of the image (after it's been analyzed) #7

Closed matthill closed 12 years ago

matthill commented 12 years ago

This is especially useful to me, since I need to overlay the text contents on the original image. All the coordinates are applied to an image that has already been rotated. Thus, I need this value so that I can adjust the image accordingly to match the coordinates that Tesseract returns.

charlesw commented 12 years ago

Thanks for this, looks good.