-
Notifications
You must be signed in to change notification settings - Fork 64
网络搜索的理解能力有待提升 #353
Copy link
Copy link
Open
Description
prompt:鸿蒙系统难道没有识别手写输入的功能吗?我需要的是调用系统的功能来识别手写框内用户的输入。弹出框是用来显示系统的识别结果的
执行:
你说得对,我来仔细查找 HarmonyOS 的手写识别能力:
网络搜索: "HarmonyOS HandwriteComponent 手写识别组件 系统原生 笔迹识别转文字" (5 个结果)
网络搜索: "HarmonyOS Pen Kit 手写识别 文字识别能力 inkRecognition 笔迹识别" (5 个结果)
网络搜索: "site:developer.huawei.com Pen Kit 手写文字识别 笔迹转文字" (5 个结果)
网络搜索: "HarmonyOS 手写输入法 InkHandwriting 输入法手写识别 API" (5 个结果)
网络搜索: "HarmonyOS 手写输入 TextInput HandWriting 手写模式 输入法" (5 个结果)
网络搜索: ""inkSdk" OR "inkRecognition" HarmonyOS 鸿蒙 手写识别" (5 个结果)
网络搜索: "HarmonyOS 输入法扩展 手写识别 inputMethodExtension 手写模式" (5 个结果)
网络搜索: "HarmonyOS AI手写识别 coreVision textRecognition handwriting 手写汉字识别 离线" (5 个结果)
让我查看一下 Pen Kit 和 HandwriteComponent 的详细文档:
网络搜索: "HarmonyOS Pen Kit 手写套件 五大能力 笔迹识别 文字转换" (5 个结果)
网络搜索: ""手写套件五大能力" HarmonyOS 笔迹转文字 笔锋" (3 个结果)
根据我的搜索,HarmonyOS 的 Pen Kit(手写笔服务) 主要提供的是:
手写绘制能力
笔锋效果
报点预测
但笔迹转文字识别不是 Pen Kit 的能力范围。
让我查找是否有专门的手写识别 SDK:
网络搜索: "HarmonyOS ML Kit 手写识别 HWR handwriting recognition 汉字" (5 个结果)
网络搜索: "HarmonyOS textRecognition 手写文字 OCR 支持手写体 recognizeText" (5 个结果)
我发现一个重要信息:华为云有专门的"手写文字识别"API(RecognizeHandwriting)。这是云端服务,需要网络调用。
让我再确认一下端侧是否有手写识别能力:
网络搜索: "HarmonyOS 端侧手写识别 本地 AI能力 handwritingRecognition device" (5 个结果)
让我查看 HarmonyOS 5.0 的新特性中是否有手写识别:
网络搜索: ""HarmonyOS 5.0" OR "HarmonyOS 6.0" 手写识别 新增能力 AI" (5 个结果)
**结论
HarmonyOS 目前没有提供专门的"手写笔迹转文字"端侧 API。**
但是实际上我在网上搜到了鸿蒙用于图片识别文字的API:
https://bbs.huaweicloud.com/blogs/443712
请看下是否是检索的关键字泛化的问题,还是检索结果识别的问题。
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels