Sample app — EasyScanner Pixelnetica™ Document Scanning SDK for Apple iOS

EasyScanner is a complete, runnable Swift app that demonstrates the SDK from capture to export. It is the best starting point for seeing how the pieces fit together in a real project, and a reference you can copy patterns from.

What it demonstrates

It also shows practical app concerns the SDK leaves to you — persisting the user’s settings (compression level, fonts) and wiring the screens into a SwiftUI app.

Building and running

EasyScanner consumes the SDK the same way your app will — through the Swift Package. Open the project, let Xcode resolve the package, and run.

  • Run on a real device to use the camera scanner; on the Simulator, use the import flow.
  • Apply a license to remove the evaluation watermark — see Licensing.

The full source is provided so you can read, run, and adapt it. Use it alongside the task guides: each guide’s snippets mirror how EasyScanner calls the same APIs.

See also

Top