All Projects → doo → scanbot-sdk-example-ios

doo / scanbot-sdk-example-ios

Licence: other
No description or website provided.

Programming Languages

swift
15916 projects
objective c
16641 projects - #2 most used programming language

Projects that are alternatives of or similar to scanbot-sdk-example-ios

scanbot-sdk-example-ionic
Scanbot scanner SDK example app for Ionic with Cordova.
Stars: ✭ 24 (+41.18%)
Mutual labels:  ocr, scanner, barcode, qr-code, document, mrz, image-filter
Scanbot Sdk Example Android
Document scanning SDK example apps for the Scanbot SDK for Android.
Stars: ✭ 67 (+294.12%)
Mutual labels:  ocr, scanner, barcode, qr-code, document
Ngx Scanner
Angular (2+) QR code, Barcode, DataMatrix, scanner component using ZXing.
Stars: ✭ 420 (+2370.59%)
Mutual labels:  scanner, barcode, qr-code
CleanSCAN
A simple, smart and efficient document scanner for Android
Stars: ✭ 151 (+788.24%)
Mutual labels:  ocr, scanner, document
Firebase-HMS-ML-Kit-Scanner-Demo
Various scanner use cases using Firebase or HMS ML-Kit
Stars: ✭ 22 (+29.41%)
Mutual labels:  ocr, scanner, mrz
Code Scanner
Code scanner library for Android, based on ZXing
Stars: ✭ 543 (+3094.12%)
Mutual labels:  scanner, barcode, qr-code
Qr Code Scanner
📠 A simple, fast and useful progressive web application
Stars: ✭ 982 (+5676.47%)
Mutual labels:  scanner, barcode, qr-code
Zxinglite
🔥 ZXing的精简版,优化扫码和生成二维码/条形码,内置闪光灯等功能。扫描风格支持:微信的线条样式,支付宝的网格样式。几句代码轻松拥有扫码功能 ,ZXingLite让集成更简单。(扫码识别速度快如微信)
Stars: ✭ 2,117 (+12352.94%)
Mutual labels:  scanner, barcode, qr-code
craft-text-detector
Packaged, Pytorch-based, easy to use, cross-platform version of the CRAFT text detector
Stars: ✭ 151 (+788.24%)
Mutual labels:  ocr, document
Passportscanner
Scan the MRZ code of a passport and extract the firstname, lastname, passport number, nationality, date of birth, expiration date and personal numer.
Stars: ✭ 417 (+2352.94%)
Mutual labels:  ocr, scanner
Docs
Lightweight document management system packed with all the features you can expect from big expensive solutions
Stars: ✭ 827 (+4764.71%)
Mutual labels:  ocr, document
Document-Scanner-and-OCR
A simple document scanner with OCR implemented using Python and OpenCV
Stars: ✭ 31 (+82.35%)
Mutual labels:  ocr, scanner
Sane Scan Pdf
Sane command-line scan-to-pdf script on Linux with OCR and deskew support
Stars: ✭ 58 (+241.18%)
Mutual labels:  ocr, scanner
Gimagereader
A Gtk/Qt front-end to tesseract-ocr.
Stars: ✭ 786 (+4523.53%)
Mutual labels:  ocr, scanner
Inventory Kamera
Scans Genshin Impact characters, artifacts, and weapons from the game window into a JSON file.
Stars: ✭ 348 (+1947.06%)
Mutual labels:  ocr, scanner
Mybox
Easy tools of document, image, file, network, location, color, and media.
Stars: ✭ 45 (+164.71%)
Mutual labels:  ocr, barcode
Snipit
Snipit allows you to capture and save interesting sections from any source of information. Be it textbooks, journals, computer screens, photographs, flyers, writings on a whiteboard, etc.
Stars: ✭ 70 (+311.76%)
Mutual labels:  ocr, barcode
Open Paperless
Scan, index, and archive all of your paper documents (acquired by Mayan EDMS)
Stars: ✭ 2,538 (+14829.41%)
Mutual labels:  ocr, scanner
Paperwork
Personal document manager (Linux/Windows) -- Moved to Gnome's Gitlab
Stars: ✭ 2,392 (+13970.59%)
Mutual labels:  ocr, scanner
Parsr
Transforms PDF, Documents and Images into Enriched Structured Data
Stars: ✭ 2,736 (+15994.12%)
Mutual labels:  ocr, document

Document scanner SDK and MRZ, QR code, barcode scanner

Scanbot SDK example apps for iOS

These example apps show how to integrate the Scanbot Document Scanner SDK for iOS.

What is Scanbot SDK?

Scanbot SDK for iOS is a simple to use high level API, providing a collection of classes and functions for scanning and processing documents from your mobile device's camera or other image sources like your photo library.

Integrate our Ready-To-Use UI Components with only a few lines of code. Benefit from a proven user experience, super fast integration time and customizable colors and text to match your brand. Or dive into our Classical UI Components and build your fully customized scanning experience.

Scanbot SDK consists of a collection of modules, each individually licensable or available in license packages.

Currently, the following modules and features are available:

  • Document Detection in digital images
  • User interface for guided, automatic document scanning using the document detection module
  • Image Processing for rotating, cropping, filtering and perspective correction, optimized for the needs of document scanning
  • PDF Creation - merge a collection of processed or unprocessed document images and write them into a PDF document with one image per page
  • Optical Character Recognition - recognize text in document images and create searchable PDF documents with selectable text
  • Payform Recognition - detect and recognize SEPA payforms in images and extract the important data fields via OCR
  • Recognition and Data Extraction from German Medical Certificate forms (also known as Disability Certificate or AU-Bescheinigung)
  • MRZ Scanner - Provides the ability to find and extract Machine Readable Zone (MRZ) content from ID cards, passports and travel documents

Documentation

How to run this example app?

  • Clone this repository to a local folder

  • Open ScanbotSDKDemo.xcodeproj with Xcode, build and run, a build script will automatically download ScanbotSDK to your project folder if needed

  • In case you do not want to automatically download the SDK in the Demo app's target, remove the dependency to the 'Download ScanbotSDK' aggregate target and perform the following steps:

    • Download the latest Scanbot SDK for iOS from our website
    • Unzip the downloaded zip file and copy the extracted ScanbotSDK folder to your local example app folder (scanbot-sdk-example-ios/ScanbotSDK)
    • For Classical UI open ScanbotSDKDemo.xcodeproj with Xcode, build and run
    • For Ready-To-Use UI open ReadyToUseUIDemo.xcodeproj with Xcode, build and run

Please note

The Scanbot SDK will run without a license for one minute per session!

After the trial period has expired, all Scanbot SDK functions as well as the UI components (like Document Scanner UI) will stop working or may be terminated. You have to restart the app to get another trial period.

To get a free "no-strings-attached" trial license, please submit the Trial License Form on our website.

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].