Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
When this model is enabled, OCR engine detects tabular structures on an image and extracts text from cells. This areas detection model is recommended when working with scanned spreadsheets, financial and accounting reports, invoices, and other tables.
However, this algorithm is inefficient when dealing with large amounts of text, such as pages from books and newspaper articles. Try Module.DetectAreasMode.DOCUMENT instead.
The following code sample demonstrates how to use this document areas detection algorithm:
var settings = Module.WasmAsposeOCRRecognitionSettings();
settings.detect_areas_mode = Module.DetectAreasMode.TABLE;
Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.