ReceiptV5LineItems
extends ArrayObject
in package
List of line item details.
Table of Contents
Methods
- __construct() : mixed
- __toString() : string
- String representation.
- lineItemsSeparator() : string
- Creates a line of rST table-compliant string separators.
Methods
__construct()
public
__construct(array<string|int, mixed> $rawPrediction[, int|null $pageId = null ]) : mixed
Parameters
- $rawPrediction : array<string|int, mixed>
-
Raw prediction array.
- $pageId : int|null = null
-
Page number for multi pages document.
__toString()
String representation.
public
__toString() : string
Return values
stringlineItemsSeparator()
Creates a line of rST table-compliant string separators.
public
static lineItemsSeparator(string $char) : string
Parameters
- $char : string
-
Character to use as a separator.