All Projects → regulaforensics → DocumentReader-iOS

regulaforensics / DocumentReader-iOS

Licence: other
iOS Framework for reading and validation of identification documents

Projects that are alternatives of or similar to DocumentReader-iOS

verify-apple-id-token
Verify the Apple id token on the server side.
Stars: ✭ 49 (-9.26%)
Mutual labels:  id, verification
jekyll-data
A plugin to read '_config.yml' and data files within Jekyll theme gems
Stars: ✭ 40 (-25.93%)
Mutual labels:  reader
cedula-panama
Validador javascript de la cédula de panama. A javascript validator of the Panamenian id (cedula)
Stars: ✭ 26 (-51.85%)
Mutual labels:  id
Document-Classification-using-LSA
Document classification using Latent semantic analysis in python
Stars: ✭ 16 (-70.37%)
Mutual labels:  document
k-box
Web-based application to manage documents, images, videos and geodata.
Stars: ✭ 28 (-48.15%)
Mutual labels:  document
easy reader
⏮ ⏯ ⏭ A Rust library for easily navigating forward, backward or randomly through the lines of huge files.
Stars: ✭ 83 (+53.7%)
Mutual labels:  reader
sid
Generate Sortable Identifiers
Stars: ✭ 26 (-51.85%)
Mutual labels:  id
MangDL
The most inefficient Manga downloader for PC
Stars: ✭ 40 (-25.93%)
Mutual labels:  reader
KWVerificationCodeView
A customisable verification code view to capture OTPs
Stars: ✭ 83 (+53.7%)
Mutual labels:  verification
qcec
MQT QCEC - A tool for Quantum Circuit Equivalence Checking
Stars: ✭ 64 (+18.52%)
Mutual labels:  verification
guide
Maintenance Guidelines for GitHub/npm organization.
Stars: ✭ 12 (-77.78%)
Mutual labels:  document
dom-lite
A small DOM library for server-side testing, rendering, and handling of HTML files
Stars: ✭ 18 (-66.67%)
Mutual labels:  document
project-organization
YunoHost project organization
Stars: ✭ 31 (-42.59%)
Mutual labels:  document
anti-ddos-lite
Anti-DDoS-Lite (Anti-Crawler app) is a small PHP app to protect your site against DDoS attack.
Stars: ✭ 96 (+77.78%)
Mutual labels:  verification
core-v-verif
Functional verification project for the CORE-V family of RISC-V cores.
Stars: ✭ 283 (+424.07%)
Mutual labels:  verification
mongoose-auto-increment-reworked
An auto-incrementing field generator for Mongoose 4 & 5
Stars: ✭ 17 (-68.52%)
Mutual labels:  id
LRReader
A feature-complete reader and client for LANraragi
Stars: ✭ 62 (+14.81%)
Mutual labels:  reader
attributes
PHP Attributes Reader. Subtree split of the Spiral Attributes component (see spiral/framework)
Stars: ✭ 22 (-59.26%)
Mutual labels:  reader
laravel-otp-login
Adds a customizable, translatable, configurable OTP verification step to Laravel Auth. You can add your own SMS provider too.
Stars: ✭ 16 (-70.37%)
Mutual labels:  verification
tool-db
A peer-to-peer decentralized database
Stars: ✭ 15 (-72.22%)
Mutual labels:  document

Version License Platform

Regula Document Reader SDK (iOS version)

Regula Document Reader SDK allows you to read various kinds of identification documents, passports, driving licenses, ID cards, etc. All processing is performed completely offline on your device. No any data leaving your device.

You can use native camera to scan the documents or image from gallery for extract all data from it.

We have provided sample projects that demonstrate the API calls you can use to interact with the Document Reader library.

Content

How to build demo application

  1. Visit client.regulaforensics.com to get a trial license (regula.license file). The license creation wizard will guide you through the necessary steps.
  2. Download or clone the current repository using the command git clone https://github.com/regulaforensics/DocumentReader-iOS.git.
  3. Repository structure and steps to build the projects:
    1. Advanced folder contains the advanced sample project with almost all available features. To build it, do the following steps:

      1. Go to the Advanced folder. There you will find the project written in Swift.
      2. Go to the project folder.
      3. Install Pods: open Terminal within the root project folder and run pod install command.
      4. Copy the license file to the project: Advanced/DocumentReader-Swift/DocumentReader-Swift.
      5. Open the project in Xcode (DocumentReader-Swift.xcworkspace file).
      6. Run the project.
    2. Basic folder contains the basic sample project with only main features. To build it, do the following steps:

      1. Go to the Basic folder. There you will two projects: one is written in Swift, another in Objective-C.
      2. Go to the project folder: DocumentReaderObjectiveC-sample or DocumentReaderSwift-sample.
      3. Install Pods: open Terminal within the root project folder and run pod install command.
      4. Copy the license file to the project: Basic/DocumentReaderObjectiveC-sample/DocumentReaderObjectiveC-sample or Basic/DocumentReaderSwift-sample/DocumentReaderSwift-sample.
      5. Open the project in Xcode (DocumentReaderObjectiveC-sample.xcworkspace or DocumentReaderSwift-sample.xcworkspace file).
      6. Run the project.

Troubleshooting license issues

If you have issues with license verification when running the application, please verify that next is true:

  • The OS, which you use, is specified in the license (iOS).
  • The license is valid (not expired).
  • The date and time on the device, where you run the application, are valid.
  • You use the latest release version of the Document Reader SDK.
  • You placed the license into the correct folder.

Documentation

You can find documentation on API here.

Additional information

If you have any technical questions, feel free to contact us or create issue here.

To use our SDK in your own app you need to purchase a commercial license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].