# sdcb/PaddleSharp

.NET/C# binding for Baidu paddle inference library and PaddleOCR

Repository: https://github.com/sdcb/PaddleSharp
Canonical: https://ross.abutalabs.com/products/paddlesharp
Language: C#
License: Apache-2.0
License Family: permissive
Last push: 2026-05-26T14:40:31+00:00

## Health v2 (maintenance only)
Score: 72/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 84, release rhythm 40, longevity 100
- inputs: {"age_days": 1721, "days_push": 99, "days_rel": 436, "gap_med": 9, "n_releases_24m": 2}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1441, forks 249 (observed 2026-08-28T04:04:44.354923+00:00)

## What it is
A .NET/C# wrapper around Baidu's PaddleInference C API, providing PaddleOCR, PaddleDetection, rotation detection, Chinese segmentation, and Paddle2Onnx export. It ships native runtime packages via NuGet for Windows x64 (CPU and CUDA GPU) and Linux Ubuntu 22.04 x64.

## Use cases
- run OCR on images from C#
- recognize text in scanned pdfs or screenshots
- detect rotated or 180-degree text in images
- recognize tables in documents
- run object detection models like PPYolo in .NET
- segment Chinese text in C#
- convert Paddle models to ONNX

## When to choose
- you need OCR or Paddle model inference in a .NET application
- you want on-demand multilingual OCR model downloads with table and rotation support
- you have Windows x64 or Ubuntu 22.04 and want prebuilt native runtimes via NuGet

## When to avoid
- you need macOS, ARM, or other unsupported platforms
- you're not using .NET/C#
- you need a pure ONNX runtime solution without PaddleInference

## Facets
- artifact type: library
- maturity: active
- function: ocr, computer-vision, image-processing, nlp, machine-learning
- domain: computer-vision, image-processing, machine-learning, cross-platform
- platform: windows, dotnet
- tags: paddleocr, paddle-inference, csharp-bindings, text-detection, table-recognition, onnx-export, object-detection, nuget, natural-language-processing, linux, gpu

## Member repositories
- sdcb/PaddleSharp (main) score 72

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:44.354923+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:36:29.424797+00:00, confidence not recorded.
  - readme: https://github.com/sdcb/PaddleSharp (fetched 2026-08-28T04:04:44.354923+00:00, sha 3b42a4f3adfd)
- Data as of 2026-08-30T08:39:29.467469+00:00.
