mlkit

  1. benyamin

    Android Question TextRecognition based on MLKit fails

    Hello @Erel, TextRecognition based on MLKit is down. I left a few messages on the site, but unfortunately you didn't read them. It seems that Google made some changes that caused the B4A version to stop working. With the current sample, this log comes com.google.mlkit.common.MlKitException...
  2. benyamin

    Android Question Disabling TTS and Text Recognition based on ML Kit

    For the past few days, when I use the speech recognition feature from the TTS library, it only returns English, no matter which language I select. TextRecognition based on MLKit is also disabled. All prerequisite apps are up to date. Please check these things. All the code is correct and...
  3. walterf25

    iOS Question MLKit Selfie Segmentation

    I was able to use the MLKit subject segmentation code in an Android Application which successfully removes the entire background from an image leaving only the subject in the image. I have been trying to do the same thing for B4i, but have not had much success, I saw this post here from Erel...
  4. walterf25

    iOS Question MLKit object/Selfie segmentation HELP

    Hi everyone, I am trying to implement the selfie segmentation feature provided by the Selfie Segmentation Class by Erel, for some reason, I am getting the following error when trying to compile: I have included all the #AdditionalLib that are required along with the necessary #PlistExtra...
  5. drgottjr

    B4A Class MLKIT Barcode Scanning Class

    this is a b4a class for handling mlkit's standard barcode scanning. yes, yes, we have a barcode scanning class, but it's based on google's codescanning api, which is not exactly the same thing. the codescanning api has a camera activity built in, which means that you cannot use it to scan a...
Top