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 syncTo run on iOS (You'll need XCode installed):
npx cap run iosor for Android (You'll need Android Studio installed):
npx cap run android