Classifier Class
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
ByteScout.DocumentParserClassifier
Namespace:ByteScout.DocumentParser
Assembly: ByteScout.DocumentParser (in ByteScout.DocumentParser.dll) Version: 6.4.1.617-master
The Classifier type exposes the following members.
Name | Description | |
---|---|---|
Classifier | Initializes a new instance of the Classifier class. | |
Classifier(String, String) | Initializes a new instance of the Classifier class. |
Name | Description | |
---|---|---|
IgnorePDFPermissions | This option instructs if the SDK should ignore permissions in the PDF document and not generate ParserPermissionsException when permissions is not set for the desired action. Default is false. IMPORTANT: THIS OPTION HAVE NOT TO BE ENABLED TO RESPECT OWNERS OF PDF DOCUMENTS. IF YOU SET IT TO TRUE TO IGNORE PERMISSIONS WHICH ARE SET IN PDF DOCUMENT THEN YOU ARE SOLELY LIABLE FOR THIS ACTION AND FOR ANY COPYRIGHT OR OTHER VIOLATIONS AT YOUR OWN RISK. BYTESCOUT IS NOT LIABLE FOR ANY DAMAGES, LOSSES, COPYRIGHT INFRINGEMENTS OR ANY OTHER CONSEQUENCES CAUSED BY IGNORING PERMISSIONS OF PDF DOCUMENT. BY CHANGING THIS OPTION YOU ARE CONFIRMING YOU ARE UNDERSTANDING ALL WRITTEN ABOVE AND DOING IT AT YOUR OWN RISK. | |
OCRDetectPageRotation | Detect scanned page rotation. | |
OCRLanguage | The default language for Optical Character Recognition (OCR). It can be overridden by the template option "ocrLanguage". The valid values are:
Download more languages at https://github.com/bytescout/ocrdata. | |
OCRLanguageDataFolder | Folder containing OCR language data files. | |
OCRMaximizeCPUUtilization | Gets or sets maximum OCR performance using Intel OpenMP (if available) to accelerate to approximately 30%. Default is false. | |
OCRMode | Recognizes text from embedded images using Optical Character Recognition (OCR). This option requires appropriate language files in OCRLanguageDataFolder folder. The SDK is shipped with language files for English, French, German and Spanish. You can download more at https://github.com/bytescout/ocrdata. | |
OCRResolution | Resolution of Optical Character Recognition (OCR). Default is 300 DPI. | |
RegistrationKey | Gets or sets the key number part of registration information. | |
RegistrationName | Gets or sets the name part of the registration information. |
Name | Description | |
---|---|---|
AddRule | Adds a rule for the detection of a document by its content | |
AddRulesFromSpreadsheet(Stream, Boolean) | Adds rules and key phrases from a spreadsheet file stream (XLS, XLSX, CSV, ODS). | |
AddRulesFromSpreadsheet(String, Boolean) | Adds rules and key phrases from a spreadsheet file (XLS, XLSX, CSV, ODS). | |
ClassifyDocument(Stream) | Classifies document the document using loaded rules. Use AddRule(String, ClassifierRuleLogic, ICollectionString, Boolean) and AddRulesFromSpreadsheet(Stream, Boolean) methods to add rules. | |
ClassifyDocument(String) | Classifies document the document using loaded rules. Use AddRule(String, ClassifierRuleLogic, ICollectionString, Boolean) and AddRulesFromSpreadsheet(String, Boolean) methods to add rules. | |
Dispose | Releases managed resources of the component. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Reset | Resets Classifier. | |
ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
PasswordRequired | Occurs when a password is required to open PDF document. |