You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was using your old library Barcode.XF with Xamarin.Firebase.iOS.MLKIT nuget package.
Here, I was able to scan barcodes, as well as recognize Text with the below methods
Both the barcode and text detectors were available.
Now, I have upgraded to your latest library BarcodeScanner.Mobile, where I am able to scan barcode quickly (way better than before), but I don't see any methods for text recognition.I understand you are adding Xamarin.MLKit.iOS.BarcodeScanning bindings, without firebase. But is there a way I can use Text recognition too. (btw, I am trying to scan barcodes and OCR simultaneously).
What I did was, I used your latest library for barcode scanning, and for text recognition, I added Xamarin.Firebase.iOS.MLKIT (0.19). Here I do get the Text detectors, but when i compile the project, I get linking errors
The text was updated successfully, but these errors were encountered:
I was using your old library Barcode.XF with Xamarin.Firebase.iOS.MLKIT nuget package.
Here, I was able to scan barcodes, as well as recognize Text with the below methods
Both the barcode and text detectors were available.
Now, I have upgraded to your latest library BarcodeScanner.Mobile, where I am able to scan barcode quickly (way better than before), but I don't see any methods for text recognition.I understand you are adding Xamarin.MLKit.iOS.BarcodeScanning bindings, without firebase. But is there a way I can use Text recognition too. (btw, I am trying to scan barcodes and OCR simultaneously).
What I did was, I used your latest library for barcode scanning, and for text recognition, I added Xamarin.Firebase.iOS.MLKIT (0.19). Here I do get the Text detectors, but when i compile the project, I get linking errors
The text was updated successfully, but these errors were encountered: