DetectAreasMode

DetectAreasMode enumeration

Determines the type of neural network used for areas detection.

Members

Member nameDescription
NONEDoesn’t detect paragraphs.
Better for a simple one-column document without pictures.
DOCUMENTDetects paragraphs uses NN model for documents.
Better for multicolumn document, document with pictures or with other not text objects.
PHOTODetects paragraphs uses NN model for photos.
Better for image with a lot of pictures and other not text objects.
COMBINEDetects paragraphs with text and then uses other NN model to detect areas inside of paragraphs.
Better for images with complex structure.
TABLEDetects cells with text.
Preferable mode for images with table structure.
CURVED_TEXTDetects lines and recognizes text on curved images.
Preferred mode for photos of book and magazine pages.
TEXT_IN_WILDA super-powerful neural network specialized in extracting words from low-quality images such as street photos, license plates, passport photos, meter photos, and photos with noisy backgrounds.

See Also