tesseract icon indicating copy to clipboard operation
tesseract copied to clipboard

Support for Universal Windows Project (UWP)

Open Sturnus opened this issue 8 years ago • 4 comments

Unfortunately this library can currently not be added to a Universal Windows Project.

Sturnus avatar Sep 11 '16 19:09 Sturnus

I think UWP is just another type of dotnet core project so supporting dotnet core should mean it'll work for UWP, at least on Windows 10. Not sure if we'll need to recompile the actual tesseract library which was the sticking point for building 'Metro' apps from previous versions of visual studio since tesseract itself needed to be ported to the Windows Runtime.

charlesw avatar Sep 23 '16 07:09 charlesw

is UWP supported on the latest libraries..

hc6159 avatar Jan 28 '19 17:01 hc6159

In my recent experience, tesseract still does not support UWP, and the main hurdle might be Leptonica, which also doesn't build for UWP (if my attempt with Vcpkg is anything to go by) but is required by Tesseract.

gerwalk avatar Apr 18 '19 15:04 gerwalk

Hi all! Is there any update on this topic? I have been able to integrate Tesseract on my UWP project, and run properly from Debug in Visual Studio 2019, but when I publish it on the MS Store (which requires .NET Native Compilation), the app crashes badly when attempting to create any object related to the Tessearch NuGet, with the following error: Dynamic code generation is not supported on this platform.

cghersi avatar Oct 07 '21 17:10 cghersi