CropperV1Page
extends CropperV1Document
in package
Cropper API version 1.1 page data.
Table of Contents
Properties
- $cropping : array<string|int, PositionField>
Methods
- __construct() : mixed
- __toString() : string
Properties
$cropping
public
array<string|int, PositionField>
$cropping
List of documents found in the image.
Methods
__construct()
public
__construct(array<string|int, mixed> $rawPrediction[, int|null $pageId = null ]) : mixed
Parameters
- $rawPrediction : array<string|int, mixed>
-
Raw prediction from HTTP response.
- $pageId : int|null = null
-
Page number for multi pages document.
__toString()
public
__toString() : string
Return values
string —String representation.