Extractor
Represents a tool for preliminary data extraction from documents for separating the stage of subsequent fast indexing.
Constructors
Properties
| Name |
Description |
| Settings { get; } |
Gets the extractor settings. |
Methods
| Name |
Description |
| Extract(Document, ExtractionOptions) |
Extracts data from a document. |
Events
| Name |
Description |
| event ErrorOccurred |
Occurs when an error happens during an extractor operation. |
| event ImagePreparing |
Occurs when an image is going to be prepared for indexing. |
| event PasswordRequired |
Occurs when a document requires password for opening. |
See Also