Skip to content
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

Android Identifying Chinese garbled characters #3

Open
CHENJKNB opened this issue Jun 1, 2024 · 3 comments
Open

Android Identifying Chinese garbled characters #3

CHENJKNB opened this issue Jun 1, 2024 · 3 comments

Comments

@CHENJKNB
Copy link

CHENJKNB commented Jun 1, 2024

hello
MAUI Android Identifying Chinese garbled characters, But there is no garbled code on the PC 。Thks.
image
image

@kfrancis
Copy link
Owner

kfrancis commented Jun 3, 2024

I don't have access to much in the way of other language text, but feel free to look if there's something that can be improved. Always happy to take pull requests. I know for Android, there are a few language-specific models (like Xamarin.Google.MLKit.TextRecognition.Chinese) but I haven't had much chance to play around with how those dependencies might be brought in when needed.

@5118234
Copy link

5118234 commented Oct 24, 2024

hello MAUI Android Identifying Chinese garbled characters, But there is no garbled code on the PC 。Thks. image image

change source code , replace TextRecognizerOptions.Builder() to ChineseTextRecognizerOptions.Builder() , add using Xamarin.Google.MLKit.Vision.Text.Chinese;

@kfrancis
Copy link
Owner

I don't have a good way yet to handle this. Any ideas? Feel free to submit an idea and eventually a pull request.

What I don't want is for someone who mainly expects English to have to pull in dependencies that they don't need, so I could see language-specific nuget packages or something .. ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants