Contents

RecognizeDocumentsRequest

An image-analysis request to scan an image of a document and provide information about its structure.

Declaration

struct RecognizeDocumentsRequest

Overview

This request scans a document and extracts different groups of text and barcodes within the document image. Use this request to understand different types of structured texts like receipts, nutritional labels, textbook pages, forms, or other documents that you want to understand in further detail.

The request generates a DocumentObservation array, which allows you to access your chosen document’s structure grouped by words, lines, or paragraphs. You can also access tables and lists that appear in the document.

Topics

Creating a request

Understanding the result

Configuring a request

Getting the revision

See Also

Text and document analysis