Found 53 packages
Package Description
Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages recognition)
Known models for PaddleOCR
.NET Wrapper of Paddle Inference library, no native binding, please also install native runtime binding libraries like Sdcb.PaddleInference.runtimes.*
win-x64 native libs for PaddleInference.
This project is based on PaddleSeg package Net class library. PaddleSeg is an end-to-end high-efficent development toolkit for image segmentation based on PaddlePaddle, which helps both developers and researchers in the whole process of designing segmentation models, training models, optimizing performance and inference speed, and deploying models. A lot of well-trained models and various real-world applications in both industry and academia help users conveniently build hands-on experiences in image segmentation.
Native binding for Sdcb.Onnx to work on win64.
Native binding for Sdcb.Mkldnn to work on win64.
Native binding for Sdcb.Paddle2Onnx to work on win64.
This project is based on Baidu PaddleClas
Provides on-demand downloading of PaddleOCR models.
Paddle的OCR文字识别的主库
linux-arm64 native libs for PaddleInference.
基于PaddleSharp.PaddleOCR设计的线程安全模板,示例: SafePaddleOCR safePaddleOCR = new SafePaddleOCR(); string imgPath = @"DimTechStudio-Logo.png"; var res = safePaddleOCR.Run(imgPath); Console.WriteLine($"res: {res.data.Text}");
BenBen.PaddleSharpOCR