https://github.com/tony-xlh/ionic-vue-document-scanner
An Ionic vue document scanner using Dynamsoft Document Normalizer which can work as a progressive web app.
https://github.com/tony-xlh/ionic-vue-document-scanner
android capacitor document-scanner ionic ios vue web
Last synced: about 1 year ago
JSON representation
An Ionic vue document scanner using Dynamsoft Document Normalizer which can work as a progressive web app.
- Host: GitHub
- URL: https://github.com/tony-xlh/ionic-vue-document-scanner
- Owner: tony-xlh
- Created: 2022-12-05T03:24:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-13T07:09:38.000Z (over 1 year ago)
- Last Synced: 2025-03-30T02:33:20.820Z (about 1 year ago)
- Topics: android, capacitor, document-scanner, ionic, ios, vue, web
- Language: Vue
- Homepage: https://www.dynamsoft.com/codepool/ionic-vue-document-scanner-pwa.html
- Size: 2.13 MB
- Stars: 2
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Ionic Vue Document Scanner
An Ionic vue document scanner using [Dynamsoft Document Normalizer](https://www.dynamsoft.com/document-normalizer/overview/) which can work as a progressive web app as well as a native mobile app.
[Online demo](https://comforting-praline-251825.netlify.app/)
https://github.com/user-attachments/assets/bc4e0724-160c-4b55-b96f-4efb23ea0b99
## How to Run
For Web:
```bash
ionic serve
```
For iOS/Android:
1. `ionic cap sync`.
2. Use Android Studio or Xcode to open the project.