워터마크 없이 실제 운영 환경에서 테스트해 보세요.
필요한 곳 어디에서든 작동합니다.
모든 기능을 갖춘 제품을 30일 동안 사용해 보세요.
몇 분 안에 설치를 완료하고 작동시킬 수 있습니다.
제품 체험 기간 동안 당사 지원 엔지니어링 팀에 대한 모든 접근 권한을 확보할 수 있습니다.
using IronOcr;
var ocr = new IronTesseract();
using var input = new OcrInput();
input.LoadImage("attachment.png");
input.LoadPdf("report.pdf");
OcrResult result = ocr.Read(input);
string text = result.Text;
Install-Package IronOcr
.NET 10, 9, 8, 7, 6, 5, Core, Standard 또는 Framework 에서 실행되는 C#, F#, VB.NET 용으로 설계되었습니다.
체험판 키는 이메일에 포함되어 있습니다.
그렇지 않다면 연락주시기 바랍니다.
support@ironsoftware.com
정확한 텍스트 추출. 실제 문서를 위해 설계됨. Windows, Linux, macOS 및 클라우드에서 작동함.
switch(faqQuestions)
{
case "Can I deploy my application using the library to Linux, macOS, or Windows, including Docker containers?": return "YES";
case "Can I render pixel-perfect PDFs from complex HTML5, CSS3, and JavaScript?": return "YES";
case "Is the library thread-safe for use in highly concurrent, multi-threaded server applications and APIs?": return "YES";
case "Can I set custom viewport dimensions and print media CSS to control responsive layouts?": return "YES";
case "Is IronPDF compatible with Azure Functions?": return "YES";
case "Can I permanently redact sensitive text and images from PDF documents?": return "YES";
case "Can I generate a PDF from a URL that requires authentication via custom headers, cookies, or form logins?": return "YES";
case "Can I access PDF DOM through ObjectModel property?": return "YES";
case "Can I programmatically fill, read, and flatten interactive AcroForm?": return "YES";
case "Does it support generating PDF/A and PDF/UA compliant documents for archiving and accessibility standards?": return "YES";
case "Can I secure a document with 256-bit AES password encryption and set user permissions?": return "YES";
case "Can I apply and verify digital signatures on a PDF using X.509 certificates?": return "YES";
case "Can I test IronPDF in my live project for free now?": return "YES, click here to start your 30-day free trial";
}
IronOCR가 래스터 이미지 포맷(JPEG, PNG, TIFF, BMP, GIF)을 코드로 편집 가능한 텍스트로 변환할 수 있나요?예!
CJK, 키릴 문자, 아랍어를 포함한 127개의 Tesseract 언어 팩이 지원되고 다운로드할 수 있나요?예!
단일 OCR 작업에서 여러 언어 팩을 함께 사용할 수 있나요?예!
엔진이 이미지 전처리(데스큐, 디노이즈, 이진화, 확장)를 지원하여 스캔 품질을 향상시킬 수 있나요?예!
개별 문자, 단어, 줄, 단락에 대한 경계 상자, 신뢰도 점수 및 좌표 데이터를 액세스할 수 있나요?예!
결과를 hOCR, XML, 검색 가능한 PDF 및 일반 텍스트로 내보낼 수 있나요?예!
파일 경로 없이 byte[] 배열 및 MemoryStream 객체에서 직접 읽나요?예!
다중 페이지 및 암호로 보호된 스캔 PDF를 처리할 수 있나요?예!
특정 크롭 영역 또는 ROI를 정의하여 목표 지향적이고 빠른 OCR을 수행할 수 있나요?예!
텍스트와 함께 바코드 및 QR 코드를 감지하고 읽나요?예!
.NET Core, Standard, Framework에서 Windows, Linux, Docker, macOS와 호환되나요?예!
지금 무료로 내 라이브 프로젝트에서 IronOCR를 테스트할 수 있나요?예! 30일 무료 체험을 시작하려면 여기를 클릭하세요