Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 636 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 636 Bytes

Capacitor Image to Text

This sample application converts images captured from the camera to text (OCR) using the Capacitor OCR plugin.

video

How to build

Make sure you have installed the Ionic CLI then run the following:

npm install
npx ionic build
npx cap sync

To run on iOS (You'll need XCode installed):

npx cap run ios

or for Android (You'll need Android Studio installed):

npx cap run android