Documentation

Input

Table of Contents

Classes

Base64Input
Base64-encoded text input.
BytesInput
Raw bytes input.
EnqueueAndParseMethodOptions
Handles options tied to asynchronous parsing.
FileInput
Binary file input.
InputSource
Base class for input sources.
LocalInputSource
Base class for all input sources coming from the local machine.
PageOptions
Options for page handling (PDF only).
PathInput
Local path input.
PredictMethodOptions
Handles options tied to prediction method.
PredictOptions
Handles options tied to Predictions.
URLInputSource
A local or distant URL input.

Constants

ALLOWED_MIME_TYPES  = ['application/pdf', 'image/heic', 'image/png', 'image/jpg', 'image/jpeg', 'image/tiff', 'image/webp']
List of allowed mime types for document parsing.
KEEP_ONLY  = 'KEEP_ONLY'
Only keep the selected pages.
REMOVE  = 'REMOVE'
Remove the selected pages.

Constants

ALLOWED_MIME_TYPES

List of allowed mime types for document parsing.

public mixed ALLOWED_MIME_TYPES = ['application/pdf', 'image/heic', 'image/png', 'image/jpg', 'image/jpeg', 'image/tiff', 'image/webp']

KEEP_ONLY

Only keep the selected pages.

public mixed KEEP_ONLY = 'KEEP_ONLY'

REMOVE

Remove the selected pages.

public mixed REMOVE = 'REMOVE'

        
On this page

Search results