You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I’ve started using the library and came across some errors. This error appears when trying to extract the content from a PDF with default configurations:
Exception in thread "main": org.graalvm.nativeimage.MissingReflectionRegistrationError
org.graalvm.nativeimage.MissingReflectionRegistrationError: The program tried to reflectively instantiate the array class
org.openxmlformats.schemas.drawingml.x2006.main.CTTextCharacterProperties[]
It seems that this class is missing in the native image resources.
Thanks!
The text was updated successfully, but these errors were encountered:
It would be great if you can share the file to add it to our test suite. please let us if you can't share the file so that we can look further on how to fix the issue
Hi Francisco, I actually got it fixed on my local machine. Was waiting for the xml issue to release. But if you need it urgently I can make a minor release
Hi @nmammeri ! Thank you so much for having the fix! Is it possible to do a minor release for this? We want to use Extractous, but that error has been blocking us since then.
Thank you very much!
(Sorry, I had used another account by mistake, I deleted the comment)
Hello! I’ve started using the library and came across some errors. This error appears when trying to extract the content from a PDF with default configurations:
Exception in thread "main": org.graalvm.nativeimage.MissingReflectionRegistrationError
org.graalvm.nativeimage.MissingReflectionRegistrationError: The program tried to reflectively instantiate the array class
org.openxmlformats.schemas.drawingml.x2006.main.CTTextCharacterProperties[]
It seems that this class is missing in the native image resources.
Thanks!
The text was updated successfully, but these errors were encountered: