I am developing application using .NET Core console application.
And I need to use ABBYY FRE in my project.
I have developed .NET Framework 4.5 application previously. I have used FRE using COM object. And it works very well.
But .NET Core works with COM objects not very well. Details are here.
Is there any way to use ABBYY FRE on .NET Core???
Thanks for any help.