DEV Community

Oladosu Olatuneday
Oladosu Olatuneday

Posted on

AsposeOCR API implementation Runtime Error

1

pls I'm trying to use AsposeOCR API to read text from images into excel file, but after installations and setups , at runtime I run into this error Exception in thread "main" java.lang.ExceptionInInitializerError , caused by: java.lang.ArrayStoreException: sun.reflect.annotation.TypeNotPresentExceptionProxy...

My code:

public static void read(){

  AsposeOCR api = new AsposeOCR();
  File

Top comments (0)