This sample application converts images captured from the camera to text (OCR) using the Capacitor OCR plugin.
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