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

doo / scanbot-sdk-example-ionic

Licence: other
Scanbot scanner SDK example app for Ionic with Cordova.

Programming Languages

typescript
32286 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
shell
77523 projects

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

scanbot-sdk-example-ios
No description or website provided.
Stars: ✭ 17 (-29.17%)
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 (+179.17%)
Mutual labels:  ocr, scanner, barcode, qr-code, document
cordova-plugin-apkupdater
This plugin allows your Android app to download and install compressed updates without the Google Play Store.
Stars: ✭ 46 (+91.67%)
Mutual labels:  cordova, ionic, cordova-plugin
Cordova Admob Pro
🔥 Cordova Plugin for Google AdMob, DFP, ADX. Easy monetization using mobile Ad, with single line of JavaScript. Compatible with Cordova CLI, Inoic, PhoneGap Build, etc.
Stars: ✭ 690 (+2775%)
Mutual labels:  cordova, ionic, cordova-plugin
example-cordova-code-push-plugin
Ionic + Cordova Code Push Plugin Example
Stars: ✭ 45 (+87.5%)
Mutual labels:  cordova, ionic, cordova-plugin
cordova-plugin-document-scanner
cordova plugin for document scan
Stars: ✭ 77 (+220.83%)
Mutual labels:  cordova, scanner, document
Ionic Native
Native features for mobile apps built with Cordova/PhoneGap and open web technologies. Complete with TypeScript support.
Stars: ✭ 2,129 (+8770.83%)
Mutual labels:  cordova, ionic, cordova-plugin
Unityionicintegration
A guide to integrating Unity 3D content into an Ionic app and sending messages between them (for Android & iOS)(tested with Vuforia plugin)
Stars: ✭ 94 (+291.67%)
Mutual labels:  cordova, ionic, cordova-plugin
Qr Code Scanner
📠 A simple, fast and useful progressive web application
Stars: ✭ 982 (+3991.67%)
Mutual labels:  scanner, barcode, qr-code
cordova-plugin-android-window-background
Simple Cordova plugin to set Android window background on start-up 🎨 🍭
Stars: ✭ 15 (-37.5%)
Mutual labels:  cordova, ionic, cordova-plugin
CleanSCAN
A simple, smart and efficient document scanner for Android
Stars: ✭ 151 (+529.17%)
Mutual labels:  ocr, scanner, document
ionic-native-sms-retriever-plugin-master
Cross-platform plugin for Cordova / PhoneGap to Retrieve SMS. Available for Android.
Stars: ✭ 16 (-33.33%)
Mutual labels:  cordova, ionic, cordova-plugin
cordova-plugin-flurryanalytics
Adds support for all that Flurry Analytics flavored goodness to your Cordova based apps
Stars: ✭ 23 (-4.17%)
Mutual labels:  cordova, ionic, cordova-plugin
Zxinglite
🔥 ZXing的精简版,优化扫码和生成二维码/条形码,内置闪光灯等功能。扫描风格支持:微信的线条样式,支付宝的网格样式。几句代码轻松拥有扫码功能 ,ZXingLite让集成更简单。(扫码识别速度快如微信)
Stars: ✭ 2,117 (+8720.83%)
Mutual labels:  scanner, barcode, qr-code
Firebase-HMS-ML-Kit-Scanner-Demo
Various scanner use cases using Firebase or HMS ML-Kit
Stars: ✭ 22 (-8.33%)
Mutual labels:  ocr, scanner, mrz
Ionic4
This repo contains example code for ionic4. Get Step by Step tutorial of this repo examples using https://ampersandacademy.com/tutorials/ionic-framework-4
Stars: ✭ 37 (+54.17%)
Mutual labels:  cordova, ionic, cordova-plugin
Ngx Scanner
Angular (2+) QR code, Barcode, DataMatrix, scanner component using ZXing.
Stars: ✭ 420 (+1650%)
Mutual labels:  scanner, barcode, qr-code
Code Scanner
Code scanner library for Android, based on ZXing
Stars: ✭ 543 (+2162.5%)
Mutual labels:  scanner, barcode, qr-code
Cordova Plugin Fingerprint Aio
👆 📱 Cordova Plugin for fingerprint sensors (and FaceID) with Android and iOS support
Stars: ✭ 236 (+883.33%)
Mutual labels:  cordova, ionic, cordova-plugin
ionic-hockeyapp
Need HockeyApp in your Ionic application, add this package!
Stars: ✭ 19 (-20.83%)
Mutual labels:  cordova, ionic, cordova-plugin

Scanbot SDK Example App for Cordova with Ionic

This example app demonstrates how to integrate the Scanbot SDK Cordova Plugin in a Cordova app using the Ionic Framework.

The Scanbot SDK Cordova Plugin is available as npm package.

For more details about the Plugin please see this documentation.

What is Scanbot SDK?

The Scanbot SDK brings scanning and document creation capabilities to your mobile apps. It contains modules which are individually licensable as license packages. For more details visit our website https://scanbot.io

How to run this app

Install the latest versions of Cordova and Ionic. Fetch this repository and navigate to the project directory.

cd scanbot-sdk-example-ionic/

Install node modules:

npm install

Install Cordova platforms and plugins (defined in the config.xml of this app):

cordova prepare

Check installed platforms and plugins:

cordova platform ls

cordova plugin ls

You should see android and ios as installed platforms and cordova-plugin-scanbot-sdk as installed plugins.

Connect a device via USB and run the app.

Android:

ionic cordova run android

iOS:

ionic cordova prepare ios

Open the project platforms/ios/Scanbot SDK Example Ionic.xcworkspace in Xcode and check/adjust the following settings:

  • Provisioning and Code Signing - see Cordova docs
  • Make sure the ScanbotSDK.framework was properly added as Embedded Binary

Then build and run the app in Xcode.

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 an unrestricted, "no-strings-attached" 30-day 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].