Overview of PaddleSharp components
masterPaddleSharp is a .NET wrapper for the PaddleInference C API, supporting Windows (x64) and Linux (Ubuntu-22.04 x64). It provides high-level components for various computer vision and NLP tasks:
- PaddleOCR: Supports 14 OCR languages with on-demand model downloading, rotated text angle detection, 180-degree detection, and table recognition.
- PaddleDetection: Supports PPYolo and PicoDet detection models.
- RotationDetection: Uses Baidu's
text_image_orientation_infermodel to detect text image rotation angles (0, 90, 180, 270). - PaddleNLP ChineseSegmenter: Supports the
PaddleNLPLac Chinese segmenter model with tagging and customized word support. - Paddle2Onnx: Allows exporting
ONNXmodels using C#.