Package | Description |
---|---|
com.oracle.bmc.aidocument.model |
Modifier and Type | Method and Description |
---|---|
Table |
Table.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<Table> |
Page.getTables()
The tables detected on the page.
|
Modifier and Type | Method and Description |
---|---|
Table.Builder |
Table.Builder.copy(Table model) |
Modifier and Type | Method and Description |
---|---|
Page.Builder |
Page.Builder.tables(List<Table> tables)
The tables detected on the page.
|
Constructor and Description |
---|
Page(Integer pageNumber,
Dimensions dimensions,
List<DetectedDocumentType> detectedDocumentTypes,
List<DetectedLanguage> detectedLanguages,
List<Word> words,
List<Line> lines,
List<Table> tables,
List<DocumentField> documentFields)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.