mlkit
mlkit copied to clipboard
A collection of sample apps to demonstrate how to use Google's ML Kit APIs on Android and iOS
**Describe the bug** Special characters are allowed in Code 93 Extended like "_", but in mlkit app will not recognize the special character and showing "bO" if this is a...
It seems all code is still in activity, would you add jetpack compose support in the future?
I am entering 50 pages in number of pages but when start scanning + sign hides after 10 pages scan. Storage of App get increased in MBs how to manage...
**Describe the bug** Building the latest commit of examples on iOS I get No such module 'MLImage' **To Reproduce** Example Steps to reproduce the behavior in sample app: 1. Download...
private fun processProcessedVideo(uri: Uri) { val retriever = MediaMetadataRetriever() retriever.setDataSource(this, uri) val durationStr = retriever.extractMetadata(MediaMetadataRetriever.METADATA_KEY_DURATION) val duration = durationStr?.toLong() ?: 0 // Define the output file path for the processed...
Enhance GmsDocumentScannerOptions with a parameter to specify the scanner activity's locale, allowing users to display scanner activity texts in a preferred language.
**Describe the bug** When downloading a translation language model and calling .observe on the Progress object using \.fractionCompleted, it only updates when the download is finished instead of incrementally updating;...
**Describe the bug** When downloading a translator language model with a slow internet connection the following warning is produced: ``` "Background Task # ("GTMSessionFetcher-redirector.gvt1.com"), was created over 30 seconds ago....
Hi, Im trying to implement subject segmentation model in Android project but im getting that error during initialization of segmenter. Here error logs and my AndroidManifest.xml. ``` 2024-02-26 19:09:22.214 23087-23158...
**Describe the bug** To optimize app startup, we disabled ContentProvider and explicitly call MLKit.Initialize(). However, we observed crashes on some devices, most commonly chromebook + Android 11. Note that we...