Interface PredictOptions

Options relating to predictions.

Hierarchy

  • PredictOptions

Properties

allWords?: boolean

Whether to include the full text for each page.

This performs a full OCR operation on the server and will increase response time.

cropper?: boolean

Whether to include cropper results for each page.

This performs a cropping operation on the server and will increase response time.

endpoint?: Endpoint

A custom endpoint.

pageOptions?: PageOptions

If set, remove pages from the document as specified. This is done before sending the file to the server and is useful to avoid page limitations.

Generated using TypeDoc