I have been trying to include Tesseract libraries into my Android project today.
From what I have found I did following:
1) Download tess-two from gooogle git, 2) build with NDK 3) put *.so files (armeabi/v7,x86,mips) into /app/main/jniLibs/, 4) pack *.so into .jar file, put archive into app/libs/ and wrote dependency {} to it in gradle.build file
I'm using Android Studio and when I write TessBaseAPI and hit Alt+Enter -> "add dependency to tess-two module" it automaticaly write import row:
import com.googlecode.tesseract.android.TessBaseAPI;
But then when I try to build it I'm getting
error: package com.googlecode.tesseract.android does not exist
I'm using Android Studio 1.1