Skip to content

Commit

Permalink
Release version 4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Robyer committed Oct 17, 2023
1 parent 9a58cae commit c80669b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ which is based on [Tesseract Tools for Android][tesseract-android-tools].

This project uses additional libraries (with their own specific licenses):

- [Tesseract OCR][tesseract-ocr] 5.3.2
- [Tesseract OCR][tesseract-ocr] 5.3.3
- [Leptonica][leptonica] 1.83.1
- [libjpeg][jpeg] v9e
- [libpng][png] 1.6.40
Expand Down Expand Up @@ -53,10 +53,10 @@ allprojects {
```gradle
dependencies {
// To use Standard variant:
implementation 'cz.adaptech.tesseract4android:tesseract4android:4.5.0'
implementation 'cz.adaptech.tesseract4android:tesseract4android:4.6.0'
// To use OpenMP variant:
implementation 'cz.adaptech.tesseract4android:tesseract4android-openmp:4.5.0'
implementation 'cz.adaptech.tesseract4android:tesseract4android-openmp:4.6.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ allprojects {
}

ext {
tesseract4AndroidVersion = '4.5.0'
tesseract4AndroidVersion = '4.6.0'
}

task clean(type: Delete) {
Expand Down

0 comments on commit c80669b

Please sign in to comment.