IRONSOFTWAREHOME

Esperanto OCR in C# and .NET

Curtis Chau
Curtis Chau
Updated: 2026年5月9日
此文件的其他版本:

IronOCR是一個C#軟體組件,允許.NET程式設計師從圖像和PDF文件中讀取包括世界語在內的126種語言的文字。

它是 Tesseract 的一個進階分支,專為 .NET 開發者而建構,在速度和準確性方面經常超越其他 Tesseract 引擎。

IronOcr.Languages.Esperanto的內容

此套件包含 .NET 的 52 種 OCR 語言:

  • 世界語
  • 世界語Best
  • 世界語Fast

下載

世界語語言包[世界語]

安裝

我們首先要做的事情是將我們的世界語OCR套件安裝到您的.NET專案中。

PM > Install-Package IronOcr.Languages.Esperanto

程式範例

這個C#程式碼範例從圖像或PDF文件中讀取世界語文字。

// This example demonstrates how to perform OCR on an image file using the IronOCR library with Esperanto language support.
using IronOcr;

var Ocr = new IronTesseract
{
    Language = OcrLanguage.Esperanto // Specify the OCR language as Esperanto
};

using (var Input = new OcrInput(@"images\Esperanto.png")) // Load an image from the file path
{
    var Result = Ocr.Read(Input); // Perform OCR to read the text from the image
    var AllText = Result.Text; // Extract the recognized text from the result
    // You can now use AllText for further processing
}
Curtis Chau
技術作家

Curtis Chau擁有Carleton大學的電腦科學學士學位,專精於前端開發,擁有Node.js、TypeScript、JavaScript和React的專業知識。Curtis熱衷於建立直觀且美觀的使用者介面,喜愛使用現代框架並建立結構良好、視覺吸引力的手冊。

...
閱讀更多

準備開始了嗎?

Nuget Downloads 6,262,020版本:2026.9剛剛發布

立即獲取您的30天試用金鑰
無需信用卡或帳戶建立
Key in blue circle

立即免費取得 30 天試用金鑰

Your trial license will be sent to your email address

無任何限制。100% 解鎖。無需信用卡。

OR
bullet_checked無需信用卡或建立帳號無任何限制。100% 解鎖。無需信用卡。
  • Logo Aetna
  • Logo NASA
  • Logo GE
  • Logo Porsche
  • Logo USDA
  • Logo Qatar
Join Millions of Engineers who’ve tried Iron Suite
預訂您的免費線上演示
Booking Badge

受到全球數百萬工程師的信任

Iron Software的客戶標誌
獲取您的無義務咨詢
填寫下方表格或發送電子郵件至sales@ironsoftware.com
您的詳細資訊將始終保密。
受到全球數百萬工程師的信任
Iron Software的客戶標誌
立即獲取您的30天試用金鑰
無需信用卡或帳戶建立