Documentation

CropperExtra
in package
implements Stringable

Contains information on the cropping of a prediction.

Table of Contents

Interfaces

Stringable

Properties

$croppings  : array<string|int, PositionField>

Methods

__construct()  : mixed
__toString()  : string

Properties

Methods

__construct()

public __construct(array<string, int|float|string|bool|null|array<string|int, mixed>> $rawPrediction[, int|null $pageId = null ]) : mixed
Parameters
$rawPrediction : array<string, int|float|string|bool|null|array<string|int, mixed>>

Raw prediction array.

$pageId : int|null = null

Page number for multi pages document.

__toString()

public __toString() : string
Return values
string

String representation.

On this page

Search results