File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -8,19 +8,23 @@ It can recognize text from remote image(url)
88also support multi-language recognization.
99
1010
11+ https://github.com/Devichand1/react-native-tesseractocr/assets/57847076/efc378b9-9d57-454f-8cf8-5d4571790fd2
12+
13+
14+
1115For multi-language
1216Just Use '@' between two languages
1317Examples - for Hindi and english - 'hin@eng'
1418## Installation
1519
1620``` sh
17- npm install react-native-tesseractocr
21+ npm install @devinikhiya/ react-native-tesseractocr
1822```
1923
2024## Usage
2125
2226``` js
23- import TesseractOcr , { useEventListener } from ' react-native-tessractocr ' ;
27+ import TesseractOcr , { useEventListener } from ' @devinikhiya/ react-native-tesseractocr ' ;
2428
2529// ...
2630
@@ -46,6 +50,11 @@ import TesseractOcr, { useEventListener } from 'react-native-tessractocr';
4650
4751## TessData
4852 Strict requirement on language files existing in a referenced "tessdata" folder.
53+ For Android
54+
55+ Save TessData Files into - android/app/src/main/assets/tessdata
56+
57+ exaample - for the language english - android/app/src/main/assets/tessdata/eng.traineddata
4958## Contributing
5059
5160See the [ contributing guide] ( CONTRIBUTING.md ) to learn how to contribute to the repository and the development workflow.
You can’t perform that action at this time.
0 commit comments