Coder Social home page Coder Social logo

java.lang.NoSuchFieldError: no "I" field "mNativeData" in class "Lcom/googlecode/tesseract/android/TessBaseAPI;" or its superclasses about tess-two HOT 2 CLOSED

NirmalPrajapat avatar NirmalPrajapat commented on July 18, 2024
java.lang.NoSuchFieldError: no "I" field "mNativeData" in class "Lcom/googlecode/tesseract/android/TessBaseAPI;" or its superclasses

from tess-two.

Comments (2)

NirmalPrajapat avatar NirmalPrajapat commented on July 18, 2024 1

so method in which getting error is

public TessOCR() {
// TODO Auto-generated constructor stub
mTess = new TessBaseAPI(); <- GETTING ERROR IN THIS LINE
String datapath = MyApplication.instance.getTessDataParentDirectory();
String language = "eng";
File dir = new File(MyApplication.instance.tessDataPath());
if (!dir.exists())
dir.mkdirs();
Log.e("datapath=",datapath);
mTess.init(datapath, language);
}

In build.gradle
defaultConfig {
applicationId "com.fabercomputing.tessocr"
minSdkVersion 16
targetSdkVersion 17
consumerProguardFiles "proguard-rules.pro"
}

implementation 'com.rmtheis:tess-two:9.0.0'

This API is running only on Samsung Galaxy S7 (Oreo) but not on other devices.
Please let me know if other info is required.

from tess-two.

rmtheis avatar rmtheis commented on July 18, 2024

Duplicate of #251. I suspect this problem is in your code, but you didn't say whether the test cases are working for you so I can't say for sure. As-is, the information you've provided is insufficient to reproduce this issue.

from tess-two.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.