在生產環境中無水印測試。
無論您需要它在哪裡運作都可以。
取得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)轉換為可通過程式碼編輯的文字?是的!
是否支持並可下載所有127種Tesseract語言包,包括CJK、斯拉夫字母和阿拉伯語?是的!
多個語言包可以在單次OCR操作中一起使用嗎?是的!
引擎是否支持圖像預處理(糾偏、降噪、二值化、膨脹)以提高掃描質量?是的!
邊界框、置信度分數和座標數據是否可供單獨字元、單詞、行和段落訪問?是的!
結果可以導出為hOCR、XML、可搜尋PDF和純文本嗎?是的!
它是否能直接從byte[]陣列和MemoryStream物件讀取而不需文件路徑?是的!
它可以處理多頁和受密碼保護的掃描PDF嗎?是的!
可以定義特定的裁剪區域或ROI以進行目標更快的OCR嗎?是的!
它是否能在讀取文字的同時檢測並讀取條形碼和QR碼?是的!
它是否與Windows、Linux、Docker和macOS上的.NET Core、Standard和Framework相容?是的!
我可以立即在我的實時專案中免費測試IronOCR嗎?是的! 點此開始您的30天免費試用