AddPageOptions class

Options for creating a document from images.

Constructors

AddPageOptions({List<ParametricFilter>? filters, int? index = null, bool documentDetection = true})
AddPageOptions.fromJson(Map<String, dynamic> json)
factory

Properties

documentDetection bool
Recognizes documents on created page.
getter/setter pair
filters List<ParametricFilter>?
The list of filters applied to the page. If not specified, no filters are applied.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
index int?
The index at which the new page will be inserted. If not provided, the page will be added at the end of the document.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson({ToJsonConfiguration? config}) Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited