guojin-yan / PaddleOCR-OpenVINO-CSharp

Deploying PaddleOCR model based on OpenVINO C# API.
Apache License 2.0
35 stars 5 forks source link

Is it working on cross-platform? #3

Open m7mdhka opened 6 months ago

m7mdhka commented 6 months ago

Hi, Is this library works on .NET MAUI? iOS and Android?

guojin-yan commented 6 months ago

Very sorry, as the OpenVINO and OpenCvSharp dependency libraries used in this project are for the Windows platform, they cannot be directly used on the MAUI, iOS, and Android platforms. If you want to apply them to other platforms, you can modify the source code in the project according to your needs, mainly by replacing some dependency libraries.