These models don't work with old versions of Tesseract.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
Stefan Weil 2018-10-23 17:16:45 +02:00
parent 7274cfad45
commit a7cb5a8845

View file

@ -2,6 +2,8 @@
This repository contains fast integer versions of trained models for the [Tesseract Open Source OCR Engine](https://github.com/tesseract-ocr/tesseract). This repository contains fast integer versions of trained models for the [Tesseract Open Source OCR Engine](https://github.com/tesseract-ocr/tesseract).
These models only work with the LSTM OCR engine of Tesseract 4.
- These are a speed/accuracy compromise as to what offered the best "value for money" in speed vs accuracy. - These are a speed/accuracy compromise as to what offered the best "value for money" in speed vs accuracy.
- For some languages, this is still best, but for most not. - For some languages, this is still best, but for most not.
- The "best value for money" network configuration was then integerized for further speed. - The "best value for money" network configuration was then integerized for further speed.