ocrtest (文字识别)

作者: 亚欧沙龙 | 来源:发表于2018-07-14 15:01 被阅读43次

    一个整合百度AI跟科大讯飞语音合成的文字识别app

    ocrtest_logo.png

    点击下载

    功能演示

    通用文字识别 精度文字识别
    2.png 3.png
    声音切换 拍照截取界面
    4.gif 1.png

    添加的依赖

     implementation fileTree(include: ['*.jar'], dir: 'libs')
        implementation 'com.android.support:appcompat-v7:27.1.1'
        implementation 'com.android.support.constraint:constraint-layout:1.1.2'
        testImplementation 'junit:junit:4.12'
        androidTestImplementation 'com.android.support.test:runner:1.0.2'
        androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
        implementation project(path: ':ocr_ui')
        implementation 'com.android.support:recyclerview-v7:27.1.1'
        //json解析数据
        implementation 'com.alibaba:fastjson:1.2.47'
        //glide加载图片
        implementation 'com.github.bumptech.glide:glide:4.7.1'
        //悬浮按钮
        implementation 'com.getbase:floatingactionbutton:1.10.1'
        //上滑悬浮菜单
        implementation 'com.cocosw:bottomsheet:1.+@aar'
    

    百度AI官网

    科大讯飞官网

    具体访问我的Github

    相关文章

      网友评论

        本文标题:ocrtest (文字识别)

        本文链接:https://www.haomeiwen.com/subject/naiepftx.html