IRONSOFTWAREHOME
중단 토큰
using IronOcr;
using System.Threading;

// Opens a Large PDF which may need to be cancelled early
IronTesseract ocrTesseract = new IronTesseract() { Language = OcrLanguage.English };

using var ocrInput = new OcrInput();
ocrInput.LoadPdf("large-report.pdf");

// Starts a read on the PDF using IronOCR
OcrReadTask ocrRead = ocrTesseract.ReadAsync(ocrInput);

Thread.Sleep(1000); // Time passes...

// Cancellation Example:
ocrRead.Cancel();
ocrRead.Wait();
Imports IronOcr
Imports System.Threading

' Opens a Large PDF which may need to be cancelled early
Dim ocrTesseract As New IronTesseract() With {.Language = OcrLanguage.English}

Using ocrInput = New OcrInput()
    ocrInput.LoadPdf("large-report.pdf")

    ' Starts a read on the PDF using IronOCR
    Dim ocrRead As OcrReadTask = ocrTesseract.ReadAsync(ocrInput)

    Thread.Sleep(1000) ' Time passes...

    ' Cancellation Example:
    ocrRead.Cancel()
    ocrRead.Wait()
End Using
NuGet Download
PM > Install-Package IronOcr
중단 토큰

중단 토큰

이 기능은 사용자가 지정한 기간 동안 현재 스레드를 밀리초 단위로 일시 중지할 수 있게 합니다.

프로그램이나 애플리케이션이 실행되는 동안 멈춤 현상이 있을 경우 큰 입력 파일을 읽는 데 도움이 됩니다.

IronOCR 사용하여 비동기 OCR 작업을 살펴보세요.
GitHub에서 보기

시작할 준비 되셨나요?

Nuget Downloads 6,236,385버전:2026.9방금 출시

Key in blue circle

무료 30일 체험 키를 즉시 받으세요.

Your trial license will be sent to your email address

제한 없음. 100% 무제한 이용. 신용카드 불필요.

bullet_checked신용카드나 계정 생성은 필요하지 않습니다.제한 없음. 100% 무제한 이용. 신용카드 불필요.
  • Logo Aetna
  • Logo NASA
  • Logo GE
  • Logo Porsche
  • Logo USDA
  • Logo Qatar
Join Millions of Engineers who’ve tried IronPDF
부담 없는 무료 상담을 받아보세요
아래 양식을 작성하시거나 sales@ironsoftware.com으로 이메일을 보내주세요.
고객님의 정보는 항상 비밀로 유지됩니다.
전 세계 수백만 엔지니어들이 신뢰하는 제품입니다.
Iron Software의 고객 로고
지금 바로 30일 무료 체험판 키를 받으세요.
신용카드나 계정 생성은 필요하지 않습니다.