DetectAreasMode
DetectAreasMode enumeration
Determines the type of neural network used for areas detection.
public enum DetectAreasMode
Values
Name | Value | Description |
---|---|---|
NONE | 0 | Doesn’t detect paragraphs. Better for a simple one-column document without pictures. |
DOCUMENT | 1 | Detects paragraphs uses NN model for documents. Better for multicolumn document, document with pictures or with other not text objects. |
PHOTO | 2 | Detects paragraphs uses NN model for photos. Better for image with a lot of pictures and other not text objects. |
COMBINE | 3 | Detects paragraphs with text and then uses other NN model to detect areas inside of paragraphs. Better for images with complex structure. |
TABLE | 4 | Detects cells with text. Preferable mode for images with table structure. |
CURVED_TEXT | 5 | Detects lines and recognizes text on curved images. Preferred mode for photos of book and magazine pages. |
Remarks
Used in the RecognitionSettings
to specify which type of image you want to recognize.
See Also
- namespace Aspose.OCR
- assembly Aspose.OCR