Info
Version: | 2024.6.1 |
Author(s): | https://ironsoftware.com/csharp/ocr/ |
Last Update: | Wednesday, June 5, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://ironsoftware.com/csharp/ocr/languages/ |
NuGet Url: | https://www.nuget.org/packages/IronOcr.Languages.Chinese |
Install
Install-Package IronOcr.Languages.Chinese
dotnet add package IronOcr.Languages.Chinese
paket add IronOcr.Languages.Chinese
IronOcr.Languages.Chinese Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
Reads Chinese language text from images and PDFs in .NET.
Ocr Dictionaries in this package:
* ChineseSimplified
* ChineseSimplifiedBest
* ChineseSimplifiedFast
* ChineseSimplifiedVertical
* ChineseSimplifiedVerticalBest
* ChineseSimplifiedVerticalFast
* ChineseTraditional
* ChineseTraditionalBest
* ChineseTraditionalFast
* ChineseTraditionalVertical
* ChineseTraditionalVerticalBest
* ChineseTraditionalVerticalFast
This package installs IronOCR and also Chinese support including:
* Chinese (also known as 中文 (Zhōngwén), 汉语, 漢語) OCR for screenshots, cameras, images files, tiffs and PDFs.
* Custom OCR that significantly outperforms Tesseract on real world documents.
* Can read scans with distortion, skewing, low resolution & contrast, and digital noise.
* Also supports Tesseract 3, 4 and 5 in Chinese.
* Support for 122 other languages also available
Additional Features Include:
* Barcode & QR Reading
* Output of searchable, search-engine indexable PDF documents
* Inspect fonts, headings, paragraphs, lines, words, and characters as structured data
Supports:
* .NET Framework(4.5 +)
* .NET CORE(2.0 +)
* .NET Standard(2.0 +)
Works on:
*Windows
* MacOS
* Linux
* Docker
* Azure and other Cloud hosting platforms
* Web, Console, WinForms, WPF and Services
Reads:
* Images
* TIFFS
* PDFs
* Screenshots
* Camera Input
* Scans
* Barcodes
* QR codes
This package also installs: https://www.nuget.org/packages/IronOcr/
For product and licensing support please email us at [email protected]
======
C# 和 .NET 中的中文 OCR
在独立的 .NET OCR API 中优化了 C# Tesseract 5 OCR。
将扫描仪文档、图像和 PDF 转换为文本。
C# 和 VB 示例:https://ironsoftware.com/csharp/ocr/languages/Chinese/.