ML-KIT Text recognision for non english language - google-mlkit

I am trying to build a Japanese ocr using Google ML-Kit.
It is working for english but for Japanese I don't have the luck.
Can you please provide an example to do the same?
Thank you!

The current Text Recognition in ML Kit does not support non-English languages, but we are adding more languages support including Japan, which should be available in a couple of releases.

Related

program-y AIML language support

We have an AIML interpreter called program-y (https://github.com/keiffster/program-y). Anyone knows whether the interpreter supports different languages?
I tried with English, French and Portuguese. All 3 worked. Anyone Please let me know all the supported languages for this interpreter.
Thanks
this is Keith the author of programy
If you write your rules in a specific language then that will work for any language
However it can also use google translate to translate to and from English, so supports every language google translate supports

Google Detecting Japanese as English in voice recognition

I have created a voice controlled android application. I am giving option to change the locale to Japanese with English being the default one.
The Japanese TTS works perfectly fine. But when the voice recognition comes into picture, the Japanese words are recognized as English words and hence matched with the English words for possible match. Here, the mismatch occurs and hence my problem.
Is there any way google supports Japanese voice recognition.
Adding this if someone else finds this post helpful:
After months of RnD, I found another more accurate offline voice recognition engine i.e Julius. its hard to configure, yet the results are far better than google.
Providing the link below:
https://github.com/tech-sketch/JuliusForAndroid

What are the available languages for Google Spell?

https://www.google.com/tbproxy/spell?lang=???
I would like to know what language codes (like "en","de","fr"...) could be substituted for ???. I am looking for all of them.
According to Google, the following are the supported languages:
Danish
Dutch
English
Finnish
French
German
Italian
Polish
Portuguese (BR)
Russian
Spanish
Swedish
I'm sure you can extrapolate the two letter codes.
Don't be surprised if you try other languages and they work as well - it's typical for Google to beta test stuff like this live without letting anyone know. You could also install the toolbar and see if any other new languages show up.

where can I find smalltalk japanese language support package

Friend, I am looking for a japanese language support package for squeak4.1. Can you give some hint on the topics? thanks first!
Try here.
Description: An install script to
set-up Japanese fonts, locale, and
some localization patches. This is for
developers who use latest Squeak but
need to handle Japanese characters.

Microsoft Speech API to read a french text

I would like to build an application that reads french text. I have already developed the app and it is able to read the text in English. I only need how to pass a parameter to the speech API so that it would speak in French.
Thanks in advance
Did you check this ? http://www.mperfect.net/speechSamples/
You need a French voice. Unfortunately, there aren't any free French voices available for SAPI 5 (and therefore usable with the .NET framework).
What programming language are you using?