Skip to content

Releases: naveenvignesh5/rn-ocr-lib

Release - v0.2.4

24 May 04:26
c02552f
Compare
Choose a tag to compare

Features

  • Round of progress percentage for iOS

Release v0.2.3: Patch Release

21 May 14:41
e114be7
Compare
Choose a tag to compare
  • Update error payload
  • Documentation update

Release v0.2.2: Minor Release

19 May 20:00
eed4014
Compare
Choose a tag to compare

Release v0.2.2: Multi lang, multi core android perf update

What's New

Multiple language: You can now do OCR multiple languages.

Enhanced Performance: Since we have updated android module to OpenMP version of tesseract which support multiple core with single instance usage the detection will be faster.

Major Release - v0.2.1

16 May 06:56
6cc08bd
Compare
Choose a tag to compare

Release Description:

Excited to announce the major release of rn-ocr-lib project v0.2.1! This marks the first release of the library with complete implementation of OCR functionality for both iOS and Android platforms.

Key Highlights:

  • Implemented basic OCR feature consuming image input as base64 or file path.
  • Allows OCR detection multiple languages.
  • Implemented callbacks to track OCR processing progress.