-
Notifications
You must be signed in to change notification settings - Fork 754
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Digital Ink Recognizer, candidate score always 0, flutter adnroid #564
Comments
Hi @homamAboAhmad |
@bensonarafat thanks for reply, in logs from native, score is not zero, and works fine |
Okay.. let me check |
Any new updates?
في السبت، 16 ديسمبر 2023, 3:59 م Benson Arafat ***@***.***>
كتب:
… Okay.. let me check
—
Reply to this email directly, view it on GitHub
<#564 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJ7CFSJP7FUK6OVFGNFUQI3YJWLLJAVCNFSM6AAAAABAWXTV7SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNJYHAYTEOBYGU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I am having the same issue. When looking at the native logs I get the following output:
Which shows a recognition score of -348.23; however, when I check the recognition candidate's score directly it always responds with 0. |
This issue is stale because it has been open for 30 days with no activity. |
Are there any updates about this? I need to get result in the logcat |
I tried the example, and it has the same problem
Title:
Digital Ink Recognizer, candidate score always 0, flutter adnroid
Discription:
when app check, recognize text, it gives list of candidate,
the candidate has a text - candidate.text - which has no problem, and has a score - candidate.score - which always 0.0 (this is the problem)
To Reproduce:
for (final candidate in candidates) { _recognizedText += '\n${candidate.text}'; }
tofor (final candidate in candidates) { _recognizedText += '\n${candidate.text}-${candidate.score}'; }
Expected behavior: the score should not alway be zero
Platform:
OS: Android
Device: Samsung Note 9
Flutter 3.10.5 • channel stable
Dart 3.0.5
plugin version: google_mlkit_digital_ink_recognition: ^0.10.0
Screenshots
If applicable, add screenshots to help explain your problem.
The text was updated successfully, but these errors were encountered: