Hello,
I want to use FlexiCapture Engine Java API on 64-bit JVM. When I try this I am getting com.abbyy.FREngine.EngineException: Unspecified error.
This exception is thrown because it is not possible to run 32-bit dll on 64-bit JVM.
Do you have 64-bit version of FlexiCapture? And if you have it, where is download link?
Thanks, Zeljko
Comments
1 comment
ABBYY FlexiCapture Engine is a 32-bit COM component. It can be directly loaded to a 32-bit process only.
If you want to use ABBYY FlexiCapture Engine from a 64-bit process, we recommend that you use the way of loading FlexiCapture Engine into a separate process (OutprocLoader). For detailed information please refer to the Developer’s Help → Guided Tour → Advanced Techniques → Programming Aspects → Different Ways to Load Engine.
Please sign in to leave a comment.