Module.DetectAreasMode.DOCUMENT

Contents
[ ]

This model works best with large amounts of structured text such as scanned contracts, book pages, articles, newspapers, and the like. It breaks content into larger blocks, such as paragraphs and columns. These blocks are then analyzed, read and combined into recognition results.

Module.DetectAreasMode.DOCUMENT model

*The example article is Copyright © 2016 CLINICS, distributed under the terms of the Creative Commons license.

However, it may not be suitable for analyzing photographs and small amounts of irregular text - try Module.DetectAreasMode.PHOTO instead.

Example

The following code sample demonstrates how to use this document areas detection model:

var settings = Module.WasmAsposeOCRRecognitionSettings();
settings.detect_areas_mode = Module.DetectAreasMode.DOCUMENT;