Skip to content

Releases: FOSWLY/ya-ocr

1.1.1

25 Feb 23:06
42fbc79
Compare
Choose a tag to compare
  • Added all files types export
  • Rewritted typebox generation logic with @toil/typebox-genx
  • Removed eslint sonarjs
  • Updated github actions logic
  • Bump depends

Full Changelog: 1.1.0...1.1.1

1.1.0

25 Feb 22:53
9d44677
Compare
Choose a tag to compare

1.1.0

  • Added optional translate OCR text blocks response (without translate separated blocks and translate separated words)
  • Main logic to work with Translation API moved to @toil/translate lib (config, utils, and some types are no longer exported)
  • The structure for a successful scan response has been changed. Now, the response data is returned immediately { ..., text: ... }, and not as before { success: true, data: ... }

1.0.0

  • Initial release

What's Changed

Full Changelog: https://github.com/FOSWLY/ya-ocr/commits/1.1.0