From 686a681674d7b2bc86db3cfe339a9d9057f4e240 Mon Sep 17 00:00:00 2001 From: Robert Theis Date: Mon, 12 Jun 2017 20:09:03 -0700 Subject: [PATCH 1/4] Set version to 7.0.0 --- README.md | 2 +- build.gradle | 2 +- tessdata | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) create mode 160000 tessdata diff --git a/README.md b/README.md index f7bc80fea..bea8b18e0 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,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 { - compile 'com.rmtheis:tess-two:6.3.0' + compile 'com.rmtheis:tess-two:7.0.0' } [Javadoc][javadoc] is available. diff --git a/build.gradle b/build.gradle index 77addd299..d53c1c9a7 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ buildscript { allprojects { group = 'com.rmtheis' - version = '6.3.0' + version = '7.0.0' repositories { jcenter() diff --git a/tessdata b/tessdata new file mode 160000 index 000000000..eb769ead0 --- /dev/null +++ b/tessdata @@ -0,0 +1 @@ +Subproject commit eb769ead0516ecd3c83e10f27678e8fd9e474cb8 From a00479b02e972da14a922385d558112e40fb5553 Mon Sep 17 00:00:00 2001 From: Robert Theis Date: Mon, 12 Jun 2017 20:47:15 -0700 Subject: [PATCH 2/4] Update change log --- CHANGELOG.md | 27 ++++++++++++++++++++++++++- tessdata | 1 - 2 files changed, 26 insertions(+), 2 deletions(-) delete mode 160000 tessdata diff --git a/CHANGELOG.md b/CHANGELOG.md index 946a3df65..de1ff886b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,32 @@ # Change Log ## [Unreleased](https://github.com/rmtheis/tess-two/tree/HEAD) -[Full Changelog](https://github.com/rmtheis/tess-two/compare/6.3.0...HEAD) +[Full Changelog](https://github.com/rmtheis/tess-two/compare/7.0.0...HEAD) + +## [7.0.0](https://github.com/rmtheis/tess-two/tree/7.0.0) (2017-06-12) +[Full Changelog](https://github.com/rmtheis/tess-two/compare/6.3.0...7.0.0) + +**API-breaking change:** + +- ResultIterator getChoicesAndConfidence\(\) is now getSymbolChoicesAndConfidence\(\) + +**Fixed bugs:** + +- ResultIterator crashes with certain character combinations [\#126](https://github.com/rmtheis/tess-two/issues/126) +- ResultIterator returns single Character as Alternatives for Words [\#119](https://github.com/rmtheis/tess-two/issues/119) +- beginDocument\(\) returns false even when successful [\#103](https://github.com/rmtheis/tess-two/issues/103) + +**Closed issues:** + +- Hardcoded path in TessBaseAPITest.java [\#208](https://github.com/rmtheis/tess-two/issues/208) + +**Merged pull requests:** + +- Add missing PageSegMode constant [\#209](https://github.com/rmtheis/tess-two/pull/209) ([Robyer](https://github.com/Robyer)) +- Fix return value of BeginDocument \(fixes \#103\) [\#207](https://github.com/rmtheis/tess-two/pull/207) ([Robyer](https://github.com/Robyer)) +- Improve ResultIterator [\#206](https://github.com/rmtheis/tess-two/pull/206) ([Robyer](https://github.com/Robyer)) +- Update gradle plugin [\#205](https://github.com/rmtheis/tess-two/pull/205) ([Robyer](https://github.com/Robyer)) +- Fix javadocs errors and warnings [\#202](https://github.com/rmtheis/tess-two/pull/202) ([Robyer](https://github.com/Robyer)) ## [6.3.0](https://github.com/rmtheis/tess-two/tree/6.2.0) (2017-04-06) [Full Changelog](https://github.com/rmtheis/tess-two/compare/6.2.0...6.3.0) diff --git a/tessdata b/tessdata deleted file mode 160000 index eb769ead0..000000000 --- a/tessdata +++ /dev/null @@ -1 +0,0 @@ -Subproject commit eb769ead0516ecd3c83e10f27678e8fd9e474cb8 From 0bb3eb5f280320e9ce6034fe745b2bc8b39ba6c4 Mon Sep 17 00:00:00 2001 From: Robert Theis Date: Mon, 12 Jun 2017 21:23:54 -0700 Subject: [PATCH 3/4] Update Gradle plugin --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d53c1c9a7..8914f198b 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:2.3.1' + classpath 'com.android.tools.build:gradle:2.3.3' classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.2' classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1' } From dafeb3ce0d0ef470b2dce8c55b255f552686cfb7 Mon Sep 17 00:00:00 2001 From: Robert Theis Date: Mon, 12 Jun 2017 21:25:03 -0700 Subject: [PATCH 4/4] Update .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 27f526173..e551f3556 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,4 @@ build/ .idea/ *.iml javadoc/ +tessdata/