在生產環境中測試而不帶水印。
適用於您所需的任何地方。
獲得 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)轉換為可編輯的文字?是的!
所有 127 種 Tesseract 語言套件(包括中日韓、西里爾字母及阿拉伯文)是否皆受支援且可供下載?是的!
單次 OCR 操作中能否同時使用多個語言套件?是的!
該引擎是否支援影像預處理(校正、去噪、二值化、擴張)以提升掃描品質?是的!
是否可針對個別字元、單字、行及段落取得邊界框、置信分數及座標資料?是的!
能否將結果匯出為 hOCR、XML、可搜尋 PDF 及純文字?是的!
它是否能直接從 byte[] 陣列和 MemoryStream 物件讀取資料,而無需指定檔案路徑?是的!
它能處理多頁及受密碼保護的掃描 PDF 檔案嗎?可以!
能否定義特定的裁切區域或感興趣區域 (ROI),以實現更精準、更快速的 OCR?是的!
它是否能同時偵測並讀取條碼、QR 碼以及文字?是的!
它是否相容於 Windows、Linux、Docker 及 macOS 上的 .NET Core、.NET Standard 和 Framework?是的!
我現在可以免費在實際專案中測試 IronOCR 嗎?可以! 點擊此處開始您的 30 天試用