Tag: jetpack-compose
-
Scanning the machine-readable zone (MRZ) of an ID card, visa, or passport in a Jetpack Compose app needs two pieces: CameraX for the live camera feed and Dynamsoft MRZ Scanner for recognition. This tutorial builds an MRZ text scanner in Jetpack Compose that feeds camera frames into the CaptureVisionRouter video...
-
An Android document scanner in Jetpack Compose can combine three pieces: a REST service for physical document scanners, the system camera for mobile capture, and Dynamsoft Document Normalizer for document boundary detection and perspective correction. This article builds such a Compose app end to end. What you’ll build: a Jetpack...
-
Jetpack Compose is Android’s recommended modern toolkit for building native UI. It simplifies and accelerates UI development on Android. In this article, we are going to create a QR code scanner to demonstrate how to use Dynamsoft Barcode Reader and Dynamsoft Camera Enhancer in Jetpack Compose. What you’ll build: a...