vcpkg icon indicating copy to clipboard operation
vcpkg copied to clipboard

[Tesseract] Windows ARM64 support

Open nursik opened this issue 2 years ago • 2 comments


Proposed solution Add support for arm64-windows by changing supported platform expression to !(arm & (osx | linux)) The proposed change only for core features.

Additional context The build is successful on both ARM64 and x64 based machines using VS22 Preview 3. The generated executables work and produce the same output on the test image.

nursik avatar Aug 01 '22 12:08 nursik

Created a PR.

nursik avatar Aug 09 '22 08:08 nursik

This issue will be closed automatically when your PR is merged.

Cheney-W avatar Aug 09 '22 09:08 Cheney-W