Hi all,
        I am using tesseract ocr android tool for card reader
application.Here is my code

           TessBaseAPI baseApi = new TessBaseAPI();
     baseApi.setDebug(true);
     baseApi.setPageSegMode(TessBaseAPI.PSM_SINGLE_LINE);
     baseApi.init(DATA_PATH,"eng");
     baseApi.setImage(cropBitImage);
     String mRecognizedText = baseApi.getUTF8Text();

  I am getting this error "Bitmap functions not available ; library must be
compiled under android-8 NDK".Any one help on this.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to