https://github.com/dynamsoft/document-normalizer-javascript-samples
https://github.com/dynamsoft/document-normalizer-javascript-samples
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dynamsoft/document-normalizer-javascript-samples
- Owner: Dynamsoft
- Created: 2022-09-20T07:40:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-08T08:45:13.000Z (almost 2 years ago)
- Last Synced: 2024-04-09T02:52:54.502Z (almost 2 years ago)
- Language: TypeScript
- Size: 1.55 MB
- Stars: 0
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dynamsoft Document Normalizer samples for the web
⚠️ **Notice:** This repository has been **archived**. For the latest examples utilizing document normalization features, please visit the **[Dynamsoft Capture Vision Samples](https://github.com/Dynamsoft/capture-vision-javascript-samples)** repository. 🚀
This repository contains multiple samples that demonstrate how to use [Dynamsoft Document Normalizer JavaScript Edition](https://www.dynamsoft.com/document-normalizer/docs/programming/javascript/?ver=latest).
[User Guide](https://www.dynamsoft.com/document-normalizer/docs/programming/javascript/user-guide/index.html?ver=latest)
[API Reference](https://www.dynamsoft.com/document-normalizer/docs/programming/javascript/api-reference/index.html?ver=latest)
## Hello World
Learn how to get the basic features of the library working with plain/native JavaScript or within a framework like [Angular](https://angular.io/), [React](https://reactjs.org/) or [Vue](https://vuejs.org/).
1. **Hello World**: Detect document boundaries from a live camera stream and crop the document out to get it normalized (mobile or desktop).
2. **Hello World in Angular**: Recognize video stream in an Angular Application from a USB-connected or built-in camera (mobile or desktop).
3. **Hello World in React**: Recognize video stream in a React Application from a USB-connected or built-in camera (mobile or desktop).
4. **Hello World in Vue 3**: Recognize video stream in a Vue 3 Application from a USB-connected or built-in camera (mobile or desktop).
## Contact Us
If you have any questions with these samples, feel free to submit an issue or [contact us](https://www.dynamsoft.com/company/contact/).