expo-ocr-kit 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,11 +5,12 @@ On-device text recognition for Expo and React Native.
5
5
  `expo-ocr-kit` is a native OCR module built with the Expo Modules API. It uses ML Kit on Android and Vision on iOS, and exposes a single typed API for both platforms.
6
6
 
7
7
 
8
- ![demo](https://github.com/user-attachments/assets/31b172d2-0ba2-4b0b-9ff3-ec6193f2b214)
8
+ ## Demo
9
9
 
10
+ ![demo](https://raw.githubusercontent.com/ManojKanth/expo-ocr-kit/main/assets/demo.gif)
11
+ ![demo2](https://raw.githubusercontent.com/ManojKanth/expo-ocr-kit/main/assets/demo2.gif)
12
+ ![demo3](https://raw.githubusercontent.com/ManojKanth/expo-ocr-kit/main/assets/demo3.gif)
10
13
 
11
- ![demo2](https://github.com/user-attachments/assets/28389387-0377-46a4-bc88-13cb06f43caf)
12
- ![demo3](https://github.com/user-attachments/assets/36617a1a-62a2-484c-a73a-08dab35962c3)
13
14
 
14
15
  ## Why this package
15
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-ocr-kit",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "On-device OCR module for Expo and React Native using ML Kit (Android) and Vision (iOS)",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",