Error occuring when UiPath Studio integrated with Abbyy FlexiCapture

Hi,
I’m trying to extract pdf by UiPath Studio - Abbyy FlexiCapture integration and I’m encountering the error below:

A FlexiCapture Scope: Retrieving the COM class factory for component with CLSID {C0003003-0000-48FF-9197-57B7554849BA} failed due to the following error: 80040154 Class not registered (Exception from HRESULT: 0x80040154
(REGDB_E_CLASSNOTREG)).

A RemoteException wrapping System.Runtime.InteropServices.COMException: Retrieving the COM class factory for component with CLSID {C0003003-0000-48FF-9197-57B7554849BA} failed due to the following error: 80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)).

at UiPath.Abbyy.Activities.FlexiCapture. Scope.EndExecute(NativeActivityContext context, IAsyncResult result)
at UiPath.Abbyy.Activities.AsyncNativeActivity BookmarkResumptionCallback(NativeActivity Context context, Bookmark bookmark, Object value)
at System.Activities.Runtime.BookmarkCallbackWrapper.Invoke(NativeActivityContext context, Bookmark bookmark, Object value)
at System.Activities.Runtime.BookmarkWorkltem.Execute(Activity Executor executor, BookmarkManager bookmarkManager)

I’m using uipath.abbyy.activities package. All components - UiPath Studio, Abbyy FlexiLayout Studio, and Abbyy FlexiCapture Engine are 64-bits.

Does anyone know how to resolve this issue?