Contents

MobileDocumentReader

An object for configuring mobile document reading on the current device.

Declaration

final class MobileDocumentReader

Mentioned in

Overview

After creating the MobileDocumentReader object, call prepare(using:) to prepare the device for mobile document reading. Use the returned MobileDocumentReaderSession object to read mobile documents.

You can optionally display your brand’s name and logo during a mobile document read. To do this, your server needs to generate a reader token, then pass the token as an argument to the prepare(using:) method.

Topics

Creating a mobile document reader

Getting the feature availability

Preparing the device for reading mobile documents

Retrieving the reader configuration

See Also

Mobile document reader