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
- Presenting the ready-to-use camera scanner and handling its result.
- The crop / page editor for adjusting detected edges.
- Image enhancement with selectable colour profiles.
- OCR and the OCR results editor, with the language picker.
- Exporting to PDF (including searchable PDF) and sharing the result.
- Applying a license at launch, and reading the license status.
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.