I have a Leptonica Pix object returned by
TessBaseApi.getThresholdedImage();
now, how can I convert it to bitmap so that I can show it through the ImageView
.
leptonica.android.Pix
to android.graphics.Bitmap;
I didn't find conversion methods looking at the API files.