Text

Answered

Identify the problem

图片

  

 //修改引擎配置语言:

        //配置识别

        配置conf = engine.getConfiguration();

        //设置中文识别

        conf.setStringArray(“ configuration-manager.search-path”,新的String [] {“ zip://” + MyApplication.getContext()。getPackageCodePath()+“!/ assets / conf”}));

        conf.setString(“ lang”,“ zh_CN”);

 

        //配置引擎以禁用指南(推荐)

        engine.getConfiguration()。setBoolean(“ text.guides.enable”,false);


上图是我们当前的部署配置,但是识别率不是很好

我们的要求是识别中文,英文和一些简单的图形符号(例如:×, ,✔️

您能否提供满足上述要求的资源文件和相关配置


感谢您的帮助!



Best Answer

Dear 磊 胡,

sorry for the late reply, but your post had been put in our "spam box".

Currently, with so little information it is diffcult to provide with an accurate answer. Did you apply the following recommendations: https://developer.myscript.com/docs/interactive-ink/1.4/android/fundamentals/error-management/#recognition-quality-is-poor ?

Also, are you using the "offscreen mode": https://developer.myscript.com/docs/interactive-ink/1.4/android/advanced/off-screen-usage/
If so, can you confirm you are in a "Text" part and not a "Text Document" part? Did you set the proper resolution?

If this doesn't help, please provide with more explanation about what you are doing.

Best regards,

Olivier

1 Comment

Answer

Dear 磊 胡,

sorry for the late reply, but your post had been put in our "spam box".

Currently, with so little information it is diffcult to provide with an accurate answer. Did you apply the following recommendations: https://developer.myscript.com/docs/interactive-ink/1.4/android/fundamentals/error-management/#recognition-quality-is-poor ?

Also, are you using the "offscreen mode": https://developer.myscript.com/docs/interactive-ink/1.4/android/advanced/off-screen-usage/
If so, can you confirm you are in a "Text" part and not a "Text Document" part? Did you set the proper resolution?

If this doesn't help, please provide with more explanation about what you are doing.

Best regards,

Olivier