Hello Zdenko,
Thank you for that tip.
Yes I am extremely interested in using Leptonica functions directly, especially if they are expected to run faster.
But I am almost illiterate on C - I have the precompiled Leptonica DLL's
they are called
liblept-5.dll (7969kb)
or
pvt.cppan.demo.danbloomberg.leptonica-1.74.4.dll (1681kb)
I tried finding the function entry points with InterOpSignatureToolkit, that can make a .NET wrapper signature but It fails to load those DLL's, saying there is no assembly manifest.
How can I use Leptonica from the command line or call the DLL's from .Net ?
Any tips much appreciated
Hakan