Updated 4.0 with LSTM (markdown)

Jonas Brunsgaard 2018-10-19 11:10:42 +02:00
parent 7752bbebcb
commit 928a358478

@ -1,6 +1,6 @@
## 4.0
Tesseract 4.0 **alpha** source code is available in the 'master' branch of the [repository](https://github.com/tesseract-ocr/tesseract). It adds a new OCR engine based on LSTM neural networks. It initially works (well) on x86/Linux. Model data for 101 languages is available in the [tessdata repository](https://github.com/tesseract-ocr/tessdata).
Tesseract 4.0 **rc** source code is available in the 'master' branch of the [repository](https://github.com/tesseract-ocr/tesseract). It adds a new OCR engine based on LSTM neural networks. It initially works (well) on x86/Linux. Model data for 101 languages is available in the [tessdata repository](https://github.com/tesseract-ocr/tessdata).
## Documentation
* [NeuralNetsInTesseract4.00](NeuralNetsInTesseract4.00)