https://github.com/ovidiubute/pets-ocr-parser
Pets OCR parser
https://github.com/ovidiubute/pets-ocr-parser
Last synced: about 2 months ago
JSON representation
Pets OCR parser
- Host: GitHub
- URL: https://github.com/ovidiubute/pets-ocr-parser
- Owner: ovidiubute
- License: mit
- Created: 2016-07-10T09:32:48.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-10T14:45:41.000Z (about 9 years ago)
- Last Synced: 2025-02-04T15:50:22.607Z (8 months ago)
- Language: JavaScript
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Synopsis
Pets OCR data parser
## Installation
```bash
npm install --save ovi-pets-ocr-parser
```## Usage
```javascript
var ocrParse = require('ovi-pets-ocr-parser');var myData = "..json ocr data..";
var parsedData = ocrParse(data);
```## Tests
```bash
npm run test
```## License
MIT