ocrtest (文字识别)

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

ocrtest_logo.png

点击下载

功能演示

通用文字识别 精度文字识别
ocrtest (文字识别)_第1张图片
2.png
ocrtest (文字识别)_第2张图片
3.png
声音切换 拍照截取界面
4.gif
ocrtest (文字识别)_第3张图片
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 (文字识别))