anyline-ocr-react-native-module 44.1.0 → 44.1.1
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.
- package/README.md +30 -0
- package/package.json +1 -2
package/README.md
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
_____ _ _
|
|
2
|
+
| _ |___ _ _| |_|___ ___
|
|
3
|
+
| | | | | | | | -_|
|
|
4
|
+
|__|__|_|_|_ |_|_|_|_|___|
|
|
5
|
+
|___|
|
|
6
|
+
|
|
7
|
+
# Anyline React-Native Plugin
|
|
8
|
+
|
|
9
|
+
[Anyline](https://anyline.com) is mobile OCR SDK, which can be configured by yourself to scan all kinds of numbers, characters, text and codes.
|
|
10
|
+
|
|
11
|
+
The plugin enables the connection to the SDK via React-Native.
|
|
12
|
+
|
|
13
|
+
## File summary
|
|
14
|
+
|
|
15
|
+
* `example` - Example app source code
|
|
16
|
+
* `plugin` - Anyline React Native plugin
|
|
17
|
+
* `README.md` - This readme.
|
|
18
|
+
* `LICENSE.md` - The license file.
|
|
19
|
+
|
|
20
|
+
## Getting Started
|
|
21
|
+
|
|
22
|
+
Check out our getting-started section here: https://documentation-preview.anyline.com/react-native-plugin-component/latest/getting-started.html
|
|
23
|
+
|
|
24
|
+
## Documentation
|
|
25
|
+
|
|
26
|
+
Check out our developer guide here: https://documentation-preview.anyline.com/react-native-plugin-component/latest/index.html
|
|
27
|
+
|
|
28
|
+
## License
|
|
29
|
+
|
|
30
|
+
See LICENSE file.
|
package/package.json
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "anyline-ocr-react-native-module@^44.1.0",
|
|
3
|
-
"_id": "anyline-ocr-react-native-module@^44.1.0",
|
|
4
3
|
"_inBundle": false,
|
|
5
4
|
"_integrity": "sha512-BGi9zNkSsoxXywDBIqzgBRvKUBniQOJHDKBrozZubKthZNRBAj8Ry5tW0Me0yLXt/fauME//hbC0wsenfPJZqw==",
|
|
6
5
|
"_location": "/anyline-ocr-react-native-module",
|
|
@@ -47,5 +46,5 @@
|
|
|
47
46
|
"type": "git",
|
|
48
47
|
"url": "git+https://github.com/Anyline/anyline-ocr-react-native-module.git"
|
|
49
48
|
},
|
|
50
|
-
"version": "44.1.
|
|
49
|
+
"version": "44.1.1"
|
|
51
50
|
}
|