【问题标题】:GraphicOverlay class is't recognized by android studio compilerandroid studio 编译器无法识别 GraphicOverlay 类
【发布时间】:2018-10-28 14:30:48
【问题描述】:

我最近一直在使用 Ocr 进行文本识别,并尝试实现 GraphicOverlay 对象,但编译器无法识别它。 我需要做什么?

【问题讨论】:

    标签: java android ocr google-vision text-recognition


    【解决方案1】:
    First you need to register your application details like name and package name on firebase console, after creating you can download google-services.json file, keep the file inside your app folder.
    
    add below libraries on app build.gradle file
    implementation 'com.google.firebase:firebase-core:16.0.0'
    implementation 'com.google.firebase:firebase-ml-vision:16.0.0'
    
    Go to Tools -> click on Firebase, please connect your project with firebase via Firebase Assistant. 
    
    Try to clean and build project once. 
    
    that's it.
    

    【讨论】:

      猜你喜欢
      • 2020-11-13
      • 1970-01-01
      • 1970-01-01
      • 2017-11-29
      • 2023-03-11
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2022-01-09
      相关资源
      最近更新 更多