From 308780d4f6df2f7810d1691063c2afb81229b896 Mon Sep 17 00:00:00 2001 From: Shreeshrii Date: Thu, 5 Jan 2017 11:57:36 +0530 Subject: [PATCH] Updated 4.0 with LSTM (markdown) --- 4.0-with-LSTM.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/4.0-with-LSTM.md b/4.0-with-LSTM.md index 025dc67..644290c 100644 --- a/4.0-with-LSTM.md +++ b/4.0-with-LSTM.md @@ -5,8 +5,6 @@ Tesseract 4.0 **alpha** source code is available in the 'master' branch of the [ ### Documentation * [NeuralNetsInTesseract4.00](NeuralNetsInTesseract4.00) * [VGSLSpecs](https://github.com/tesseract-ocr/tesseract/wiki/VGSLSpecs) -* [TrainingTesseract 4.00](https://github.com/tesseract-ocr/tesseract/wiki/TrainingTesseract-4.00) -* [TrainingTesseract 4.00 - Finetuning Example](https://github.com/tesseract-ocr/tesseract/wiki/TrainingTesseract-4.00---Finetune) * [DAS 2016 tutorial slides](https://github.com/tesseract-ocr/docs/tree/master/das_tutorial2016) Slides [#2](https://github.com/tesseract-ocr/docs/blob/master/das_tutorial2016/2ArchitectureAndDataStructures.pdf), @@ -14,10 +12,17 @@ Slides [#7](https://github.com/tesseract-ocr/docs/blob/master/das_tutorial2016/7Building%20a%20Multi-Lingual%20OCR%20Engine.pdf) have information about LSTM integration in Tesseract 4.0. -## 3.05-dev and 4.0.0-alpha for Windows +* [4.0 Accuracy and Performance](4.0 Accuracy and Performance) + +* [TrainingTesseract 4.00](https://github.com/tesseract-ocr/tesseract/wiki/TrainingTesseract-4.00) +* [TrainingTesseract 4.00 - Finetuning Example](https://github.com/tesseract-ocr/tesseract/wiki/TrainingTesseract-4.00---Finetune) + +## 3.05-dev An unofficial installer for Tesseract 3.05-dev for Windows is available from [Tesseract at UB Mannheim] (https://github.com/UB-Mannheim/tesseract/wiki). This includes the training tools. +The [3.05 branch on github] (https://github.com/tesseract-ocr/tesseract/tree/3.05) can be used by those who want the bug fixes for 3.04 release. + ## 3.04.1 The current official release is [3.04.1] (https://github.com/tesseract-ocr/tesseract/releases/tag/3.04.01).