DetectAreas

RecognitionSettings.DetectAreas property

Gets or sets a flag indicating whether automatic text areas detection should be enabled. Enables Document Structure Recognition module. This takes more time and memory to process an image, but provides more accurate results on complex cases. Disable (set to false) for faster image processing or in case of images with simple structure.

public bool DetectAreas { set; }

See Also