mlkit icon indicating copy to clipboard operation
mlkit copied to clipboard

A collection of sample apps to demonstrate how to use Google's ML Kit APIs on Android and iOS

Results 257 mlkit issues
Sort by recently updated
recently updated
newest added

**Describe the bug** When using ML Kit barcode-scanning library v16.2.0 and targeting Android 15 (API level 35), Android studio outputs a warning : **The native library `arm64-v8a/libbarhopper_v2.so` (from `com.google.mlkit:barcode-scanning:16.2.0`) is...

On Android, we can’t reliably enforce the maximum number of pages/documents scanned—despite a page-limit option, the scanner still allows captures beyond the limit. We also need a developer-controlled setting to...

When I configure .setPageLimit(5) I can still take more than 5 pictures. **To Reproduce** use these options to create the document scanner: val options = GmsDocumentScannerOptions.Builder() .setGalleryImportAllowed(true) .setResultFormats(GmsDocumentScannerOptions.RESULT_FORMAT_JPEG) .setPageLimit(5) .setScannerMode(GmsDocumentScannerOptions.SCANNER_MODE_BASE)...

**What's your feature request? Please describe.** Can we please have the parameter to add optional padding to the cropped image? This library is a life-saver and having padding will make...

Hi, for accessibility reasons we would like to request proper reader support for icons and buttons. 1. Our tester found that the system reader only reads the icons and buttons...

Hello ML Kit team, When using Entity Extraction with the dynamic download mode, the model files are fetched from Google servers at runtime. However, due to network restrictions in mainland...

According to this link, it should display v3, https://android-developers.googleblog.com/2025/08/the-latest-gemini-nano-with-on-device-ml-kit-genai-apis.html

**Describe the bug** [split_config.arm64_v8a.apk!libbarhopper_v3.so] Java_com_google_android_libraries_barhopper_BarhopperV3_recognizeBufferNative We use ML Kit for QR code scanning and seens thousands for instances everyday for these type of native crashes. **To Reproduce** Not able to...

**Describe the bug** I have a barcode I use for android testing. The ML Kit barcode scanner incorrectly scan it as `000000` instead of `00000000` ![Image](https://github.com/user-attachments/assets/d9229293-afe7-40f3-85e6-933a3b9bc25f) **To Reproduce** Try scanning...