We are excited to announce the release of PaddleSharp v3.0.1!
This version brings official support for Linux and macOS runtime dynamic libraries, further expanding multi-platform capability and bringing you a more robust Cross-Platform Paddle Inference experience.
🆕 Newly Released NuGet Runtime Packages for Linux/macOS
In addition to our existing Windows runtime packages, v3.0.1 introduces six new local dynamic library NuGet packages, enabling support for both x64 and ARM64 architectures on Linux and macOS:
With these additions, PaddleSharp now covers mainstream deployment scenarios for .NET on Windows, Linux, and macOS with both x64 and arm64 support.
📦 Core Package Updates
-
Sdcb.PaddleInference 3.0.1
Maintenance update ensuring compatibility with new runtime libraries. -
Sdcb.PaddleOCR 3.0.1 (Recommended for upgrade!)
- Fixed precision issues and rare crash bugs in OCR models.
⚠️ Note: If you've never installed theSdcb.PaddleOCRNuGet package directly,
please install or upgrade to this package. (If you previously only usedSdcb.PaddleOCR.Models.OnlineorSdcb.PaddleOCR.Models.Local, your OCR backend was still using an older version.)
-
Sdcb.RotationDetector 1.0.4
- Updated dependency to
Sdcb.PaddleInference 3.0.1(no other changes).
- Updated dependency to
-
Sdcb.PaddleNLP.Lac 1.0.1
- Updated dependency to
Sdcb.PaddleInference 3.0.1(no other changes).
- Updated dependency to
💡 Package Selection Guide
The complete set of runtime packages—including Windows, Linux, and macOS libraries—are self-built with open-source enhancements. You can find all source code and CI scripts in the PaddleSharp GitHub repository.
🙌 Thanks for Your Support!
Thank you for your continued feedback and support!
As always, we welcome your suggestions and pull requests, and we hope you enjoy PaddleSharp v3.0.1 on all major platforms!