Documentation

Gini Capture SDK for iOS

Platform Devices Swift version

Deprecation Notice


Development of the Gini Capture SDK for iOS will be continued in new repository for Gini Capture SDK and new repository for Gini Capture SDK Pinning.

No new versions will be released using CocoaPods. We kindly ask you to update to the version available as a swift package.

You can find the steps needed to switch to swift package manager in this migration guide.

## Introduction

The Gini Capture SDK provides components for capturing, reviewing and analyzing photos of invoices and remittance slips.

By integrating this SDK into your application you can allow your users to easily take a picture of a document, review it and getting analysis results from the Gini backend.

The Gini Capture SDK can be integrated in two ways, either by using the Screen API or the Component API. In the Screen API we provide pre-defined screens that can be customized in a limited way. The screen and configuration design is based on our long-lasting experience with integration in customer apps. In the Component API, we provide independent views so you can design your own application as you wish. We strongly recommend keeping in mind our UI/UX guidelines, however.

On iPhone, the Gini Capture SDK has been designed for portrait orientation. In the Screen API, orientation is automatically forced to portrait when being displayed. In case you use the Component API, you should limit the view controllers orientation hosting the Component API’s views to portrait orientation. This is specifically true for the camera view.

Contents

API