ウォーターマークなしで本番環境でテスト。
必要な場所で動作します。
完全に機能する製品を30日間利用できます。
数分でセットアップして稼働します。
製品試用期間中、サポートエンジニアリングチームへのフルアクセス
30DAYFREE
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
C#, F#, & VB.NET 用に設計されており、.NET 10, 9, 8, 7, 6, 5, Core, Standard, または Framework 上で動作します
試用キーはメールに届いているはずです。
もし届いていない場合は
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)をコードを通じて編集可能なテキストに変換できるか?YES!
CJK、キリル文字、アラビア語を含むすべての127 Tesseract言語パックがサポートされ、ダウンロード可能か?YES!
複数の言語パックを1つのOCR操作で同時に使用できるか?YES!
エンジンは、スキャン品質を向上させるために画像前処理(歪み補正、ノイズ除去、二値化、膨張)をサポートしているか?YES!
文字、単語、行、段落のそれぞれに対するバウンディングボックス、信頼スコア、座標データがアクセス可能か?YES!
結果をhOCR、XML、検索可能なPDF、プレーンテキストにエクスポートできるか?YES!
ファイルパスを必要とせずにbyte[]配列やMemoryStreamオブジェクトから直接読み取ることができるか?YES!
複数ページおよびパスワードで保護されたスキャンPDFを処理できるか?YES!
特定のクロップ領域またはROIを定義してターゲット化し、より速くOCRを行うことができるか?YES!
バーコードとQRコードをテキストと一緒に検出して読み取ることができるか?YES!
Windows、Linux、Docker、macOSで.NET Core、Standard、Frameworkに対応しているか?YES!
今すぐ本番プロジェクトでIronOCRを無料でテストできるか?YES! 30日間の無料トライアルを始めるにはここをクリック