v2.0.0
- 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