> For the complete documentation index, see [llms.txt](https://danielsogl.gitbook.io/awesome-cordova-plugins/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/plugins/anyline.md).

# Anyline

> **Deprecated.** since v56.0.0. This legacy `AnylineSDK` API remains functional but upstream recommends migrating to the new `AnylineInfinityPlugin` API (exposed natively as `window.AnylineInfinity`), which is not covered by this wrapper. See <https://documentation.anyline.com/cordova-plugin-component/latest/infinity-plugins/upgrade-guide.html>

Anyline provides an easy-to-use SDK for applications to enable Optical Character Recognition (OCR) on mobile devices.

## Installation

```bash
ionic cordova plugin add io-anyline-cordova
npm install @awesome-cordova-plugins/anyline
```

**Plugin Repo:** <https://github.com/Anyline/anyline-ocr-cordova-module>

## Supported Platforms

* Android
* iOS

## Further Information

* [Installation Guide](/awesome-cordova-plugins/installation.md)
* [FAQ](/awesome-cordova-plugins/faq.md)
