如何在 C# 中使用 Tesseract OCR 信心值 | IronOCR

How to Get Read Confidence

This article was translated from English: Does it need improvement?
Translated
View the article in English

OCR(光学字符识别)中的 "读取置信度 "是指 OCR 系统对图像或文档中已识别文本的准确性所赋予的确定性或可靠性级别。 这是衡量 OCR 系统对所识别文本正确性的信心程度。

高置信度分数表示识别准确性的确定性较高,而低置信度分数则表示识别的可靠性较低。

as-heading:2(快速入门:在一行中获得 OCR 阅读信心)</em

使用 IronTesseract 的 Read 方法和图像文件路径,然后访问返回的 OcrResult 上的 Confidence 属性,以查看 IronOCR 对其文本识别的确定程度。 这是开始评估 OCR 输出准确性的一种简单、可靠的方法。

Nuget IconGet started making PDFs with NuGet now:

  1. Install IronOCR with NuGet Package Manager

    PM > Install-Package IronOcr

  2. Copy and run this code snippet.

    double confidence = new IronOcr.IronTesseract().Read("input.png").Confidence;
  3. Deploy to test on your live environment

    Start using IronOCR in your project today with a free trial
    arrow pointer

获取阅读信心示例

获取不同级别的阅读机密获取字符选择检索到的信息
选择