IRONSOFTWAREHOME
Seguimiento del progreso y rendimiento de OCR
using IronOcr;
using System;

var ocrTesseract = new IronTesseract();

ocrTesseract.OcrProgress += (_, ocrProgressEventsArgs) =>
{
    Console.WriteLine(ocrProgressEventsArgs.ProgressPercent + "%   " + ocrProgressEventsArgs.Duration.TotalSeconds + "s");
};

using var input = new OcrInput();
input.LoadPdf("large.pdf");

// Progress events will fire during the read operation even if the main thread is blocked.
var result = ocrTesseract.Read(input);
Imports IronOcr
Imports System

Dim ocrTesseract = New IronTesseract()

AddHandler ocrTesseract.OcrProgress, Sub(_, ocrProgressEventsArgs)
                                         Console.WriteLine(ocrProgressEventsArgs.ProgressPercent & "%   " & ocrProgressEventsArgs.Duration.TotalSeconds & "s")
                                     End Sub

Using input As New OcrInput()
    input.LoadPdf("large.pdf")

    ' Progress events will fire during the read operation even if the main thread is blocked.
    Dim result = ocrTesseract.Read(input)
End Using
NuGet Download
PM > Install-Package IronOcr
Seguimiento del progreso y rendimiento de OCR

Seguimiento del progreso y rendimiento de OCR

El objeto IronTesseract tiene un evento OcrProgress que se puede usar para rastrear el progreso del OCR. Podemos rastrear el progreso utilizando el objeto OcrProgressEventArgs enviado a este evento después de que cualquier página de texto OCR haya terminado de leerse.

Esto es útil en aplicaciones GUI, aplicaciones web y CLI por igual para mantener a los usuarios informados sobre cuánto tiempo pueden necesitar esperar.

Aprenda a seguir el progreso del OCR en .NET con IronOCR
Ver en GitHub

¿Listo para empezar?

Nuget Downloads 6,236,385Versión:2026.9recién lanzado

Key in blue circle

Obtenga su clave de prueba gratuita de 30 días al instante.

Your trial license will be sent to your email address

Sin limitaciones. 100 % desbloqueado. Sin tarjeta de crédito.

bullet_checkedNo se requiere tarjeta de crédito ni creación de cuentaSin limitaciones. 100 % desbloqueado. Sin tarjeta de crédito.
  • Logo Aetna
  • Logo NASA
  • Logo GE
  • Logo Porsche
  • Logo USDA
  • Logo Qatar
Join Millions of Engineers who’ve tried IronPDF
Obtén tu Consulta Sin Compromiso
Completa el formulario a continuación o envía un correo a sales@ironsoftware.com
Tus detalles siempre serán mantenidos confidenciales.
Confiado por millones de ingenieros en todo el mundo
Logos de clientes de Iron Software
Obtenga su Clave de Prueba de 30 días gratis al instante.
No se requiere tarjeta de crédito ni creación de cuenta