halkar / Tesseract.Xamarin

Tesseract OCR wrapper for Xamarin
MIT License
121 stars 40 forks source link

Rectangle.Box coords are invalid #22

Closed gwyohm closed 8 years ago

gwyohm commented 8 years ago

It seems that GetBoundingBox on a Result (from TessBaseApi) returns box coords as left, top, right, bottom whereas when creating the Rectangle, coords are used as left, top, width, height...

halkar commented 8 years ago

@gwyohm thanks! Fixed.