Skip to content
This repository has been archived by the owner on Mar 17, 2022. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'original-origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankolev committed Jun 13, 2017
2 parents b4066f1 + dafeb3c commit d727e0c
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ build/
.idea/
*.iml
javadoc/
tessdata/
27 changes: 26 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
Expand All @@ -14,7 +14,7 @@ buildscript {
allprojects {

group = 'com.rmtheis'
version = '6.3.0'
version = '7.0.0'

repositories {
jcenter()
Expand Down

0 comments on commit d727e0c

Please sign in to comment.