mirror of
https://github.com/adaptech-cz/Tesseract4Android.git
synced 2026-01-09 06:12:45 +08:00
Use artifact package cz.adaptech instead of com.github.adaptech-cz
This is still built on JitPack, but uses custom domain name feature. https://jitpack.io/docs/#custom-domain-name
This commit is contained in:
parent
92e0782877
commit
6de80d4e69
@ -1,4 +1,4 @@
|
||||
[](https://jitpack.io/#adaptech-cz/tesseract4android)
|
||||
[](https://jitpack.io/#cz.adaptech/tesseract4android)
|
||||
|
||||
# Tesseract4Android
|
||||
|
||||
@ -47,11 +47,11 @@ You can get compiled version of Tesseract4Android from JitPack.io.
|
||||
|
||||
dependencies {
|
||||
// To use Standard variant:
|
||||
implementation 'com.github.adaptech-cz:tesseract4android:3.0.0'
|
||||
implementation 'cz.adaptech:tesseract4android:3.0.0'
|
||||
|
||||
// To use OpenMP variant:
|
||||
// NOTE: This variant is currently unavailable due to issues with JitPack. You must compile it yourself.
|
||||
//implementation 'com.github.adaptech-cz:tesseract4android-openmp:3.0.0'
|
||||
//implementation 'cz.adaptech:tesseract4android-openmp:3.0.0'
|
||||
}
|
||||
|
||||
## Building
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user