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)