halkar / Tesseract.Xamarin

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

Android: Bitmap sampled #23

Closed gwyohm closed 8 years ago

gwyohm commented 8 years ago

When using SetImage, the bitmap is in SampleSize (value 4) when using byte[] or path to image, but not on Stream. Could you consider making this sample size an option (even if default value is 4) and give the opportunity to get the sample size (when we retrieve coords, we want to know how to transform them to get back coords to our original image)

halkar commented 8 years ago

Fixed.