Filter Wizard
In case of not knowing which filter should be applied to the image, OcrInputFilterWizard
provides the list of filters suitable for ocrInput.
using IronOcr; using System; var ocrTesseract = new IronTesseract(); // WIZARD - If you are unsure which filters to use, // use the debug-wizard to test all combinations: string codeToRun = OcrInputFilterWizard.Run(@"images\image.png", out double confidence, ocrTesseract); Console.WriteLine($"Confidence: {confidence}"); Console.WriteLine(codeToRun);
Imports IronOcr Imports System Private ocrTesseract = New IronTesseract() ' WIZARD - If you are unsure which filters to use, ' use the debug-wizard to test all combinations: Private codeToRun As String = OcrInputFilterWizard.Run("images\image.png", Double confidence, ocrTesseract) Console.WriteLine($"Confidence: {confidence}") Console.WriteLine(codeToRun)
Install-Package IronOcr
In case of not knowing which filter should be applied to the image, OcrInputFilterWizard
provides the list of filters suitable for ocrInput.
10 .NET API products for your office documents