Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge from upstream #2

Open
wants to merge 3 commits into
base: 4.1
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 40 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,45 @@
# Change Log

## [Unreleased](https://github.com/rmtheis/tess-two/tree/HEAD)
[Full Changelog](https://github.com/rmtheis/tess-two/compare/9.0.0...HEAD)
## [9.1.0](https://github.com/rmtheis/tess-two/tree/9.1.0) (2019-10-19)
[Full Changelog](https://github.com/rmtheis/tess-two/compare/9.0.0...9.1.0)

**Fixed bugs:**

- WriteFile.writeBytes altering the source image endiannes and producing artefacts [\#228](https://github.com/rmtheis/tess-two/issues/228)
- Crashing reported on 64-bit devices [\#197](https://github.com/rmtheis/tess-two/issues/197)
- testPixaReplacePix crashes in native code [\#159](https://github.com/rmtheis/tess-two/issues/159)
- ReadFile.readBitmap alters image colors [\#87](https://github.com/rmtheis/tess-two/issues/87)

**Closed issues:**

- read Jpeg and PNG produce wrong alpha in 32bpp pix [\#264](https://github.com/rmtheis/tess-two/issues/264)
- Native crush when 'vert'.tessdata is used [\#263](https://github.com/rmtheis/tess-two/issues/263)
- In versions higher than 5.4.1 TessBaseAPI.ProgressNotifier never called [\#262](https://github.com/rmtheis/tess-two/issues/262)
- Decoding is slow when multiple languages are used [\#261](https://github.com/rmtheis/tess-two/issues/261)
- Getting different results when using tesseract on mobile vs on PC using Python. [\#260](https://github.com/rmtheis/tess-two/issues/260)
- Illegible words recognition in Persian lang [\#259](https://github.com/rmtheis/tess-two/issues/259)
- Could not initialize Tesseract API with language=ces! [\#258](https://github.com/rmtheis/tess-two/issues/258)
- Can't lanch [\#257](https://github.com/rmtheis/tess-two/issues/257)
- Tess4 initialize crash [\#255](https://github.com/rmtheis/tess-two/issues/255)
- tess4 on android studio [\#254](https://github.com/rmtheis/tess-two/issues/254)
- How I can init the tesseract to work only with digits? [\#253](https://github.com/rmtheis/tess-two/issues/253)
- java.lang.NoSuchFieldError: no "I" field "mNativeData" in class "Lcom/googlecode/tesseract/android/TessBaseAPI;" or its superclasses [\#252](https://github.com/rmtheis/tess-two/issues/252)
- java.lang.NoSuchFieldError: no "I" field "mNativeData" in class "Lcom/googlecode/tesseract/android/TessBaseAPI;" or its superclasses [\#251](https://github.com/rmtheis/tess-two/issues/251)
- Arabic trained-data produce 20% accuracy [\#250](https://github.com/rmtheis/tess-two/issues/250)
- import tess two error [\#249](https://github.com/rmtheis/tess-two/issues/249)
- error in Android 7.0 [\#248](https://github.com/rmtheis/tess-two/issues/248)
- How to build tess-two without JNI? [\#247](https://github.com/rmtheis/tess-two/issues/247)
- Initializing TessBaseAPI crashes app [\#246](https://github.com/rmtheis/tess-two/issues/246)
- OCR number [\#245](https://github.com/rmtheis/tess-two/issues/245)
- compile binary only [\#244](https://github.com/rmtheis/tess-two/issues/244)
- Skip tesseract's default image preprocessing \(Otsu\) [\#243](https://github.com/rmtheis/tess-two/issues/243)
- How to add OPTITypewriter-Special font [\#242](https://github.com/rmtheis/tess-two/issues/242)
- Special requirements for Hindi and Arabic OCR [\#239](https://github.com/rmtheis/tess-two/issues/239)

**Merged pull requests:**

- fix Java tests for leptronica [\#265](https://github.com/rmtheis/tess-two/pull/265) ([alexcohn](https://github.com/alexcohn))
- Update to support latest Android Studio [\#256](https://github.com/rmtheis/tess-two/pull/256) ([Robyer](https://github.com/Robyer))

## [9.0.0](https://github.com/rmtheis/tess-two/tree/9.0.0) (2018-04-20)
[Full Changelog](https://github.com/rmtheis/tess-two/compare/8.0.0...9.0.0)
Expand Down
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## NO LONGER MAINTAINED

This project won't be receiving further updates or maintenance.

Please consider trying one of the forks of this project such as
[https://github.com/adaptech-cz/Tesseract4Android](https://github.com/adaptech-cz/Tesseract4Android).

# tess-two

A fork of Tesseract Tools for Android
Expand Down Expand Up @@ -39,7 +46,7 @@ To use tess-two from your app, edit your app module's `build.gradle` file to add
tess-two as an external dependency:

dependencies {
implementation 'com.rmtheis:tess-two:9.0.0'
implementation 'com.rmtheis:tess-two:9.1.0'
}

[Javadoc][javadoc] is available.
Expand All @@ -63,11 +70,6 @@ The [change log](CHANGELOG.md) shows what's new in each version.
* Stack Overflow: https://stackoverflow.com/questions/tagged/tess-two
* tesseract-ocr: https://groups.google.com/forum/#!forum/tesseract-ocr

If you've found an error in this project, please file an issue.

Patches are encouraged, and may be submitted by forking this project and
submitting a pull request through GitHub.

## License

Copyright 2011 Robert Theis
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ buildscript {
allprojects {

group = 'com.rmtheis'
version = '9.0.0'
version = '9.1.0'

repositories {
google()
Expand Down