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