ScanScript is a mobile application developed with Dart and Flutter that functions as an OCR regular expression scanner. This application was developed as my final project in compliance with our Automata and Finite Languages subject.
Step 1: After opening ScanScript, you should land in the Home Screen.
Step 2: Add Regular Expressions by clicking the Add button in the bottom navigation bar.
Step 3: Next, select an image to scan either by snapping an image with the Camera or choosing from the Gallery.
Step 4: After the image is processed, the app redirects you to a findings screen where all instances of the RegExp patterns are highlighted.
As mentioned above, the mobile application was constructed with Dart and Flutter. External Flutter packages that involved image selection, image cropping, and text recognition were employed to implement the OCR scanning features.
Flutter Packages from pub.dev: