mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-01-18 06:30:14 +08:00
Update tesseract man page about both OCR engines in tesseract 4
This commit is contained in:
parent
423798722f
commit
0c39d3446b
@ -17,6 +17,12 @@ between 1985 and 1995. In 1995, this engine was among the top 3 evaluated by
|
||||
UNLV. It was open-sourced by HP and UNLV in 2005, and has been developed
|
||||
at Google since then.
|
||||
|
||||
Tesseract 4 adds a new neural net (LSTM) based OCR engine which is focused
|
||||
on line recognition, but also still supports the legacy Tesseract OCR engine of
|
||||
Tesseract 3 which works by recognizing character patterns. Compatibility with
|
||||
Tesseract 3 is enabled by --oem 0. It also needs traineddata files which support
|
||||
the legacy engine, for example those from the tessdata repository.
|
||||
|
||||
|
||||
IN/OUT ARGUMENTS
|
||||
----------------
|
||||
|
Loading…
Reference in New Issue
Block a user