TextAnalysisResults ClassByteScout PDF Extractor SDK
Text analysis results.
Inheritance Hierarchy

SystemObject
  Bytescout.PDFExtractorTextAnalysisResults

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

public class TextAnalysisResults

The TextAnalysisResults type exposes the following members.

Constructors

  NameDescription
Public methodTextAnalysisResults
Initializes a new instance of the TextAnalysisResults class
Top
Properties

  NameDescription
Public propertyAnalysisStatus
Status of analysis. See TextAnalysisStatus.
Public propertyIsEnglishText
Gets whether the extracted text is in English language.
Public propertyIsTextCorrupted
Gets whether the extracted English text is corrupted. This may be a consequence of PDF document defects causing impossibility of valid text extraction. You may need to forcibly extract this document using the optical recognition (OCR). Set OCRMode property to TextFromImagesAndVectorsAndRepairedFonts to force the OCR.
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
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