TextAnalysisResults Class
 Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
 Text analysis results.
Inheritance Hierarchy
Bytescout.PDFExtractorTextAnalysisResults
Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
The TextAnalysisResults type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| TextAnalysisResults | Initializes a new instance of the TextAnalysisResults class  | 
Properties
| Name | Description | |
|---|---|---|
| AnalysisStatus |  Status of analysis. See TextAnalysisStatus.  | |
| IsEnglishText |  Gets whether the extracted text is in English language.  | |
| IsTextCorrupted |  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.  | 
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) | 
See Also