有什么方法可以通过 xamarin.forms 中的计算机视觉 API 从名片中获取姓名、电子邮件和 phone 号码

Is there any way to get the Name, Email and phone numbers from the Business card through computer vision API in xamarin.forms

我可以通过微软的计算机视觉获取图片中的文字API但是我可以直接获取名称EmailPhone Numbers 直接从 API?

分类

如果可以的话我该怎么做?

我尝试使用正则表达式验证电子邮件和 phone 号码,但我不知道如何从名片中获取姓名。

使用 Microsoft 的文本分析 API 获取名称,因为它将单词识别为人、数字和其他。

电子邮件和 phone 号码是使用正则表达式提取的。