OcrResult
in package
Result of the OCR utility inference.
Table of Contents
Properties
Methods
- __construct() : mixed
- __toString() : string
Properties
$pages
public
array<string|int, OcrPage>
$pages
List of pages.
Methods
__construct()
public
__construct(array<string|int, mixed> $rawResponse) : mixed
Parameters
- $rawResponse : array<string|int, mixed>
-
Raw server response array.
__toString()
public
__toString() : string
Return values
string —String representation.