Taxes
extends ArrayObject
in package
List of tax lines information.
Table of Contents
Methods
- __construct() : mixed
- __toString() : string
- lineSeparator() : string
- Creates a string of rst line separators.
Methods
__construct()
public
__construct(array<string|int, mixed> $rawPrediction, int|null $pageId) : mixed
Parameters
- $rawPrediction : array<string|int, mixed>
-
Raw prediction array.
- $pageId : int|null
-
Page number for multi pages document.
__toString()
public
__toString() : string
Return values
string —String representation.
lineSeparator()
Creates a string of rst line separators.
private
static lineSeparator(string $char) : string
Parameters
- $char : string
-
Character to use as a separator.