mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +08:00
docs: optimize docs for SEO
This commit is contained in:
+19
-10
@@ -1,21 +1,30 @@
|
||||
---
|
||||
description: >-
|
||||
OCR plugin for Cordova and Ionic. This plugin attempts to identify and extract text from an image. Please note: This plugin depends on the GoogleMobileVision…
|
||||
---
|
||||
|
||||
# OCR
|
||||
|
||||
```
|
||||
$ ionic cordova plugin add cordova-plugin-mobile-ocr
|
||||
$ npm install @awesome-cordova-plugins/ocr
|
||||
```
|
||||
|
||||
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/ocr/)
|
||||
|
||||
Plugin Repo: [https://github.com/NeutrinosPlatform/cordova-plugin-mobile-ocr](https://github.com/NeutrinosPlatform/cordova-plugin-mobile-ocr)
|
||||
|
||||
This plugin attempts to identify and extract text from an image.
|
||||
Please note: This plugin depends on the GoogleMobileVision pod which is referencing UIWebview, that has been deprecated by Apple.
|
||||
Don't use this plugin in an app intended for App Store as you will get a review rejection from Apple: `Deprecated API Usage — Apple will stop accepting submissions of apps that use UIWebView APIs`
|
||||
For more info, please see the following Github issue [Google Mobile Vision relying on deprecated UIWebview](https://github.com/NeutrinosPlatform/cordova-plugin-mobile-ocr/issues/27).
|
||||
|
||||
## Supported platforms
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
ionic cordova plugin add cordova-plugin-mobile-ocr
|
||||
npm install @awesome-cordova-plugins/ocr
|
||||
```
|
||||
|
||||
**Plugin Repo:** [https://github.com/NeutrinosPlatform/cordova-plugin-mobile-ocr](https://github.com/NeutrinosPlatform/cordova-plugin-mobile-ocr)
|
||||
|
||||
## Supported Platforms
|
||||
|
||||
- Android
|
||||
- iOS
|
||||
|
||||
## Further Information
|
||||
|
||||
- [Installation Guide](../../installation.md)
|
||||
- [FAQ](../../faq.md)
|
||||
|
||||
Reference in New Issue
Block a user