https://github.com/image-js/ocr-tools
Tools for optical character recognition (OCR)
https://github.com/image-js/ocr-tools
image ocr
Last synced: 4 months ago
JSON representation
Tools for optical character recognition (OCR)
- Host: GitHub
- URL: https://github.com/image-js/ocr-tools
- Owner: image-js
- License: mit
- Created: 2016-11-27T14:02:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-06-01T13:08:59.000Z (about 4 years ago)
- Last Synced: 2024-04-14T12:30:25.665Z (about 2 years ago)
- Topics: image, ocr
- Language: JavaScript
- Homepage:
- Size: 25.6 MB
- Stars: 9
- Watchers: 10
- Forks: 16
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: History.md
- License: LICENSE
Awesome Lists containing this project
README
# ocr-tools
[![NPM version][npm-imageoptions]][npm-url]
[![build status][travis-imageoptions]][travis-url]
[![Test coverage][coveralls-imageoptions]][coveralls-url]
[![David deps][david-imageoptions]][david-url]
[![npm download][download-imageoptions]][download-url]
Various tools for OCR
## Installation
`$ npm install ocr-tools`
## [API Documentation](https://image-js.github.io/ocr-tools/)
## Example
```js
const ocr = require('ocr-tools');
```
## License
[MIT](./LICENSE)
[npm-imageoptions]: https://img.shields.io/npm/v/ocr-tools.svg?style=flat-square
[npm-url]: https://npmjs.org/package/ocr-tools
[travis-imageoptions]: https://img.shields.io/travis/image-js/ocr-tools/master.svg?style=flat-square
[travis-url]: https://travis-ci.org/image-js/ocr-tools
[coveralls-imageoptions]: https://img.shields.io/coveralls/image-js/ocr-tools.svg?style=flat-square
[coveralls-url]: https://coveralls.io/github/image-js/ocr-tools
[david-imageoptions]: https://img.shields.io/david/image-js/ocr-tools.svg?style=flat-square
[david-url]: https://david-dm.org/image-js/ocr-tools
[download-imageoptions]: https://img.shields.io/npm/dm/ocr-tools.svg?style=flat-square
[download-url]: https://npmjs.org/package/ocr-tools