我正在使用Firebase Google云文本识别OCR。我在扫描文本和货币。在这种情况下,我可以很容易地扫描文本,但是,一些符号,如日元,元是没有检测到的。
我正在使用应用程序中的firebase google cloud ocr API服务扫描文本。
发布于 2019-06-11 01:50:26
如果您正在使用ML Kit中的Cloud Vision API,则可以使用文档文本API或"dense“选项来支持非拉丁字母。https://firebase.google.com/docs/ml-kit/recognize-text#document_text
https://stackoverflow.com/questions/56493488
复制相似问题