- About
- CDN sample
- Webpack sample
- React typescript
- Angular sample
- SDK sample
- Backend reprocessing sample
- API sample
- Nuxt sample
- Next sample
- Controller sample
- UI-components sample
- Switch to mobile sample
- CodePen samples
This repository contains examples of using @regulaforensics/vp-frontend-document-components.
The cdn/<component-name>.html
folder contains an example of using the component when connecting a package via a cdn link.
The webpack/<component-name>
folder contains an example of using components with Webpack.
Clone this repository then go to the webpack/<component-name>
folder and install the dependencies:
npm i
Build a project:
npm run build
The project files will be located in the build
or dist
folder.
Development mode:
npm run serve
The react-ts/<component-name>
folder contains an example of using a component with React and Typescript.
Follow the steps as in Webpack sample.
The angular/<component-name>
folder contains an example of using a component with Angular.
Follow the steps as in Webpack sample.
The sdk
folder contains an example of using the SDK to develop your own interface.
The api
folder contains an example of using Document reader component with API.
Follow the steps as in Webpack sample.
The backend-reprocessing
folder contains an example of using the Document reader component to further process the results on the server.
Follow the steps as in Webpack sample.
The nuxt
folder contains an example of using Document reader component with Nuxt.
Follow the steps as in Webpack sample.
The next
folder contains an example of using Document reader component with Next.
Follow the steps as in Webpack sample.
The controller
folder contains an example of using the SDK to work with Regula Document Reader Web Service.
The ui-components
folder contains an example of using @regulaforensics/ui-components NPM package, to display the results of document processing.
Follow the steps as in Webpack sample.
The switch-to-mobile
folder contains an example of using Document reader component for delegation of document scanning by a mobile device.
Follow the steps as in Webpack sample.