Files
awesome-cordova-plugins/docs/plugins/ocr/README.md
T
Daniel Sogl 76b4e03d04 feat!: replace dgeni/gulp with TypeDoc for README generation
Replace the legacy dgeni/gulp documentation pipeline with TypeDoc
and typedoc-plugin-markdown. Generates plugin README files with
extracted @Plugin() decorator metadata. Register custom JSDoc tags
used by plugin source files.
2026-03-21 15:16:18 -07:00

968 B

OCR

$ ionic cordova plugin add cordova-plugin-mobile-ocr
$ npm install @awesome-cordova-plugins/ocr

Usage Documentation

Plugin Repo: 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.

Supported platforms

  • Android
  • iOS