Skip to content

Commit 4c92331

Browse files
committed
initial commit
0 parents  commit 4c92331

File tree

3 files changed

+34
-0
lines changed

3 files changed

+34
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.DS_Store
2+
.idea

README.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<h1 align="center">
2+
<img src="sdk-logo.png"/>
3+
<br>
4+
Scanbot SDK Examples
5+
</h1>
6+
7+
Quick links for example repos of all platforms and frameworks supported by [Scanbot SDKs](https://scanbot.io/sdk).
8+
9+
## Scanbot Document Scanner SDK
10+
11+
Examples for the **all-in-one** Document Scanner SDK
12+
13+
- [Android](https://github.com/doo/scanbot-sdk-example-android)
14+
- [iOS](https://github.com/doo/scanbot-sdk-example-ios)
15+
- [Cordova / Ionic](https://github.com/doo/scanbot-sdk-example-ionic)
16+
- [Capacitor / Ionic](https://github.com/doo/scanbot-sdk-example-capacitor-ionic)
17+
- [Flutter](https://github.com/doo/scanbot-sdk-example-flutter)
18+
- [React Native](https://github.com/doo/scanbot-sdk-example-react-native)
19+
- [Xamarin](https://github.com/doo/scanbot-sdk-example-xamarin)
20+
- [Xamarin.Forms](https://github.com/doo/scanbot-sdk-example-xamarin-forms)
21+
22+
23+
## Scanbot Barcode Scanner SDK
24+
25+
Examples for the **stand-alone** Barcode Scanner SDK
26+
27+
- [Android](https://github.com/doo/scanbot-barcode-scanner-sdk-example-android)
28+
- [iOS](https://github.com/doo/scanbot-barcode-scanner-sdk-example-ios)
29+
- [Cordova / Ionic](https://github.com/doo/scanbot-barcode-scanner-sdk-example-cordova-ionic)
30+
- [Flutter](https://github.com/doo/scanbot-barcode-scanner-sdk-example-flutter)
31+
- [React Native](https://github.com/doo/scanbot-barcode-scanner-sdk-example-react-native)
32+
- [Xamarin & Xamarin.Forms](https://github.com/doo/scanbot-barcode-scanner-sdk-example-xamarin)

sdk-logo.png

22.9 KB
Loading

0 commit comments

Comments
 (0)