Free Trial
Web API version
Licensing
Request A Quote
HAVE QUESTIONS OR NEED HELP? SUBMIT THE SUPPORT REQUEST FORM or write email to SUPPORT@BYTESCOUT.COM
Represents OCR Analyzer. It is designed for analysis of scanned documents in PDF or raster image formats
to find best parameters for Optical Character Recognition (OCR) that provide highest recognition quality.
Inheritance Hierarchy
Bytescout.PDFExtractorOCRAnalysisResults
Namespace: Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.1.4801-master
Syntax
The OCRAnalysisResults type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Contrast |
Gets whether the contrast filter is recommended. Can be added manually
using AddContrast(Int32) method.
|
![]() | Deskew |
Gets whether the deskew filter is recommended. Can be added manually
using AddDeskew method.
|
![]() | Dilate |
Gets whether the dilate filter is recommended. Can be added manually
using AddDilate method.
|
![]() | GammaCorrection |
Gets whether the gamma correction filter is recommended. Can be added manually
using AddGammaCorrection(Double) method.
|
![]() | Grayscale |
Gets whether the deskew filter is recommended. Can be added manually
using AddGrayscale method.
|
![]() | Median |
Gets whether the median filter is recommended. Can be added manually
using AddMedian method.
|
![]() | RemoveHorizontalLines |
Gets whether the horizontal lines remover is recommended. Can be added manually
using AddHorizontalLinesRemover method.
|
![]() | RemoveVerticalLines |
Gets whether the vertical lines remover is recommended. Can be added manually
using AddVerticalLinesRemover method.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | ExportAsFiltersCollection |
Returns analysis results as ImagePreprocessingFiltersCollection to use with
CSVExtractor, TextExtractor, JSONExtractor,
XMLExtractor, XLSExtractor, and SearchablePDFMaker.
|
![]() | ExportAsProfile |
Creates JSON profile that is compatible with CSVExtractor, TextExtractor,
JSONExtractor, XMLExtractor, XLSExtractor,
and SearchablePDFMaker.
|
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
See Also