@smart-cloud/tollingvision
Version:
TypeScript client for [Tolling Vision](https://tollingvision.com/).
28 lines (16 loc) • 991 B
Markdown
TypeScript client for [Tolling Vision](https://tollingvision.com/).
The Tolling Vision client provides a seamless way to interact with the Tolling Vision Dockerized service, allowing tolling operators or image review companies to process and review images efficiently. This client supports features like license plate, make and model, and dangerous goods recognition.
Before installing, ensure you have the following prerequisites:
Node.js (>=12.0.0)
npm (>=6.0.0)
```sh
npm install --save @smart-cloud/tollingvision
```
To see a working example of how to use this package, please refer to the sample project available on GitHub: [TypeScript Example Program for Tolling Vision
](https://github.com/tollingvision/tollingvision-nodejs-sample).
You can clone the repository and follow the instructions provided in the README file of the sample project to get started.