ocr-space-api-wrapper

Node.js wrapper for ocr.space APIs.

MIT License

Downloads
83.7K
Stars
26
Committers
6

Bot releases are hidden (Show)

ocr-space-api-wrapper - v2.3.1 Latest Release

Published by DavideViolante 5 months ago

What's Changed

Full Changelog: https://github.com/DavideViolante/ocr-space-api-wrapper/compare/v2.3.0...v2.3.1

ocr-space-api-wrapper - v2.3.0

Published by DavideViolante over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/DavideViolante/ocr-space-api-wrapper/compare/v2.2.0...v2.3.0

ocr-space-api-wrapper - v2.2.0

Published by DavideViolante over 1 year ago

What's Changed

Full Changelog: https://github.com/DavideViolante/ocr-space-api-wrapper/compare/v2.1.3...v2.2.0

ocr-space-api-wrapper - v2.1.3

Published by DavideViolante almost 2 years ago

What's Changed

Full Changelog: https://github.com/DavideViolante/ocr-space-api-wrapper/compare/v2.1.2...v2.1.3

ocr-space-api-wrapper - v2.1.2

Published by DavideViolante about 2 years ago

What's Changed

Full Changelog: https://github.com/DavideViolante/ocr-space-api-wrapper/compare/v2.1.1...v2.1.2

ocr-space-api-wrapper - v2.1.1

Published by DavideViolante over 2 years ago

ocr-space-api-wrapper - v2.1.0

Published by DavideViolante almost 3 years ago

  • Add TypeScript typings
  • Add npm publish GitHub Action
  • Update deps
ocr-space-api-wrapper - v2.0.0

Published by DavideViolante almost 3 years ago

  • Breaking: to import the lib please use:
const { ocrSpace } = require('ocr-space-api-wrapper'); // ✅

instead of

const ocrSpace = require('ocr-space-api-wrapper'); // ❌
  • Update readme and add more info
  • Update deps
  • Add tests with mocha and coverage
  • Add GitHub Actions for CI and coverage

Full Changelog: https://github.com/DavideViolante/ocr-space-api-wrapper/compare/v1.0.7...v2.0.0

ocr-space-api-wrapper - v1.0.7

Published by DavideViolante almost 3 years ago

  • Update deps
  • Change from ESLint standard to Google
ocr-space-api-wrapper - v1.0.6

Published by DavideViolante over 3 years ago

Update deps.

ocr-space-api-wrapper - v1.0.5

Published by DavideViolante almost 4 years ago

ocr-space-api-wrapper - v1.0.4

Published by DavideViolante almost 4 years ago

  • Wrap inputs as strings (fixes #1)
ocr-space-api-wrapper - v1.0.3

Published by DavideViolante almost 4 years ago

  • Fix ERR_FR_MAX_BODY_LENGTH_EXCEEDED when converting huge files
ocr-space-api-wrapper - v1.0.2

Published by DavideViolante almost 4 years ago

  • Update README.md
ocr-space-api-wrapper - v1.0.1

Published by DavideViolante almost 4 years ago

  • Remove response console log.
  • Set default parameters as the official docs.
ocr-space-api-wrapper - v1.0.0

Published by DavideViolante almost 4 years ago

First release.