OCRAnalysisResults ClassByteScout PDF Extractor SDK
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

SystemObject
  Bytescout.PDFExtractorOCRAnalysisResults

Namespace:  Bytescout.PDFExtractor
Assembly:  Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.1.4801-master
Syntax

public class OCRAnalysisResults

The OCRAnalysisResults type exposes the following members.

Properties

  NameDescription
Public propertyContrast
Gets whether the contrast filter is recommended. Can be added manually using AddContrast(Int32) method.
Public propertyDeskew
Gets whether the deskew filter is recommended. Can be added manually using AddDeskew method.
Public propertyDilate
Gets whether the dilate filter is recommended. Can be added manually using AddDilate method.
Public propertyGammaCorrection
Gets whether the gamma correction filter is recommended. Can be added manually using AddGammaCorrection(Double) method.
Public propertyGrayscale
Gets whether the deskew filter is recommended. Can be added manually using AddGrayscale method.
Public propertyMedian
Gets whether the median filter is recommended. Can be added manually using AddMedian method.
Public propertyRemoveHorizontalLines
Gets whether the horizontal lines remover is recommended. Can be added manually using AddHorizontalLinesRemover method.
Public propertyRemoveVerticalLines
Gets whether the vertical lines remover is recommended. Can be added manually using AddVerticalLinesRemover method.
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Public methodExportAsFiltersCollection
Public methodExportAsProfile
Creates JSON profile that is compatible with CSVExtractor, TextExtractor, JSONExtractor, XMLExtractor, XLSExtractor, and SearchablePDFMaker.
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference