FullTextOcrExtra
in package
implements
Stringable
Full Text Ocr result.
Table of Contents
Interfaces
- Stringable
Properties
Methods
- __construct() : mixed
- __toString() : string
Properties
$content
public
string|null
$content
Text content of the full text ocr reading.
$language
public
string|null
$language
Language of the ocr reading.
Methods
__construct()
public
__construct(array<string, int|float|string|bool|null|array<string|int, mixed>> $rawPrediction) : mixed
Parameters
- $rawPrediction : array<string, int|float|string|bool|null|array<string|int, mixed>>
-
Raw HTTP response.
__toString()
public
__toString() : string