Skip to content

v2.0.0

Compare
Choose a tag to compare
@DavideViolante DavideViolante released this 26 Oct 13:59
· 104 commits to master since this release
  • 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: v1.0.7...v2.0.0