Learn how to create a scanner app for text recognition in Flutter. I'll teach you the basics for building a text scanner, a PDF scanner, or a simple OCR scanner app to extract text.
🔔 Subscribe to my channel to see more videos like this:
/ @davidserranoio
📖 Useful resources:
Best way to handle permissions in your Flutter app:
• Best way to handle permissions in your Flu...
Open source project created in this video:
https://github.com/svprdga/Text-Recog...
camera plugin:
https://pub.dev/packages/camera
google_mlkit_text_recognition plugin:
https://pub.dev/packages/google_mlkit...
permission_handler plugin:
https://pub.dev/packages/permission_h...
🔤 Text version of the video:
https://davidserrano.io/text-recognit...
🔵 Follow me for more content like this:
https://davidserrano.io/
/ svprdga
https://hashnode.com/@svprdga
https://dev.to/svprdga
https://mastodon.social/@svprdga
⏳ Timecodes:
00:00 - Introduction
00:22 - Setup
03:31 - Request camera permission
05:37 - Launch camera
11:01 - Scan image
13:18 - Conclusion