KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
Tesseract-Tibetan
★ 8
Open GitHub ↗
Tibetan Ocr for Android
Download README (.md)
Explore Similar Repositories
DtkDemo
:
Dtk(deepin tool kit) 的基本样例
BingDailyWallpaper
:
🖼 必应每日桌面壁纸设置工具,支持 Windows 及 macOS。自动保存图片,一键设置壁纸。
resilience-workshop-api
:
No description available.
use-state-example
:
A small application to help us understand the new useState hook
nci-webtools-dceg-plco-atlas
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Tesseract-Tibetan
?
Download (.md)
## OpenCV && Tesseract-OCR in Android Studio ## 工具 * Android Studio 安卓开发工具,被墙了下面是国内地址 http://www.android-studio.org/ 但感觉还是jetbrains的IDE比较牛逼 http://www.jetbrains.com * Android NDK 自行度娘 * Tesseract-OCR项目地址 https://github.com/tesseract-ocr/tesseract * 语言包地址 https://github.com/tesseract-ocr/tesseract/wiki/Data-Files ## 使用 将下载好的bod.traineddata文件放在assets/tessdata/下,不要修改目录 ```java //location we want the file to be a String resOutPath = m_datapath + "/tessdata/bod.traineddata"; //open byte streams for writing OutputStream outstream = new FileOutputStream(resOutPath); //copy the file to the location specified by filepath byte[] buffer = new byte[1024]; int read; ``` ## 缺点 * 识别速度比较慢 * 效果不佳, * 需要大家进行不断的训练 ## 测试 三星S7真机测试 