Repository: tika Updated Branches: refs/heads/master afb7e3643 -> da82df5e9
Update changes for TIKA-1508, TIKA-1993, TIKA-1986. Project: http://git-wip-us.apache.org/repos/asf/tika/repo Commit: http://git-wip-us.apache.org/repos/asf/tika/commit/da82df5e Tree: http://git-wip-us.apache.org/repos/asf/tika/tree/da82df5e Diff: http://git-wip-us.apache.org/repos/asf/tika/diff/da82df5e Branch: refs/heads/master Commit: da82df5e9def9698fd32f85fe706660641d7c31f Parents: afb7e36 Author: Chris Mattmann <[email protected]> Authored: Sun Aug 14 11:58:24 2016 -0700 Committer: Chris Mattmann <[email protected]> Committed: Sun Aug 14 11:58:24 2016 -0700 ---------------------------------------------------------------------- CHANGES.txt | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tika/blob/da82df5e/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index a994600..a355c04 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,12 @@ Release 1.14 - ??? + * Tika now is integrated with the Tensorflow library from Google + and it can use its Inception v3 image classification model to + identify objects in images (TIKA-1993). + + * Parser configuration is now type-safe and parameters for parsers + can have assigned types (TIKA-1508, TIKA-1986). + * Prevent OOM/permanent hang on some corrupt CHM files (TIKA-2040). * Upgrade ICU4J charset detection components to fix multithreading
