UNPKG

@smart-cloud/tollingvision

Version:

TypeScript client for [Tolling Vision](https://tollingvision.com/).

28 lines (16 loc) 991 B
# TypeScript Tolling Vision client TypeScript client for [Tolling Vision](https://tollingvision.com/). ## 📋 Introduction 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. ## 💻 Prerequisites Before installing, ensure you have the following prerequisites: Node.js (>=12.0.0) npm (>=6.0.0) ## 💁 How to Install ```sh npm install --save @smart-cloud/tollingvision ``` ## 📖 Usage 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.