Features

All of the Sybrin DocumentScanner features can be accessed via the SybrinDocumentScanner class.

To view all the available functions, view the SybrinDocumentScanner class

Calling the functions

The SybrinDocumentScanner class is a singleton instance, which can be accessed via the shared property.

Using any of the features is as simple as calling the function you need on the shared instance. Checkout the following sections where we discuss each feature in detail.

Last updated