blocks property

A list of visually detected text blocks on the page.

A block has a set of lines (collected into paragraphs) that have a common line-spacing and orientation.

Implementation

core.List<GoogleCloudDocumentaiV1beta3DocumentPageBlock>? blocks;