ウォーターマークなしで本番環境でテスト。
必要な場所で動作します。
完全に機能する製品を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
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)をコードを介して編集可能なテキストに変換できますか?はい!
CJK、キリル文字、アラビア語を含む127のTesseract言語パックはサポートされ、ダウンロード可能ですか?はい!
複数の言語パックを単一のOCR操作で一緒に使用できますか?はい!
エンジンはスキャン品質を向上させるための画像前処理(台形補正、ノイズ除去、二値化、膨張)をサポートしていますか?はい!
各文字、単語、行、段落の境界ボックス、信頼スコア、座標データにアクセスできますか?はい!
結果をhOCR, XML, 検索可能なPDF, プレーンテキストとしてエクスポートできますか?はい!
ファイルパスを要求せずにbyte[]配列やMemoryStreamオブジェクトから直接読み取ることができますか?はい!
複数ページやパスワード保護されたスキャンPDFを処理できますか?はい!
特定のクロップ領域やROIを定義してターゲットを絞った高速なOCRを実行できますか?はい!
テキストと一緒にバーコードやQRコードを検出して読み取りますか?はい!
.NET Core、Standard、FrameworkとWindows、Linux、Docker、macOSで互換性がありますか?はい!
今すぐライブプロジェクトでIronOCRを無料でテストできますか?はい! 30日間の無料トライアルを開始するにはこちらをクリック