| Package | Description |
|---|---|
| software.amazon.awssdk.services.textract.model |
| Modifier and Type | Method and Description |
|---|---|
List<LineItemGroup> |
ExpenseDocument.lineItemGroups()
Information detected on each table of a document, seperated into
LineItems. |
| Modifier and Type | Method and Description |
|---|---|
ExpenseDocument.Builder |
ExpenseDocument.Builder.lineItemGroups(LineItemGroup... lineItemGroups)
Information detected on each table of a document, seperated into
LineItems. |
| Modifier and Type | Method and Description |
|---|---|
ExpenseDocument.Builder |
ExpenseDocument.Builder.lineItemGroups(Collection<LineItemGroup> lineItemGroups)
Information detected on each table of a document, seperated into
LineItems. |
Copyright © 2023. All rights reserved.