Updated Command Line Usage (markdown)

Shreeshrii 2019-03-30 17:54:42 +05:30
parent 30eac0678e
commit e0b3f54f93

@ -2,10 +2,15 @@
See the [man](https://github.com/tesseract-ocr/tesseract/blob/master/doc/tesseract.1.asc) page for command line syntax and other details.
--------------------------------------------
## Basic Command Line Usage
See [Running Tesseract](https://github.com/tesseract-ocr/tesseract/wiki#running-tesseract) for basic command line usage.
--------------------------------------------
## Using LSTM Engine with Tesseract 4
## Available OCR Engines in Tesseract 4
Use `--oem 1` for LSTM, `--oem 0` for Legacy Tesseract. Please note that Legacy Tesseract models are only included in traineddata files from [tessdata](https://github.com/tesseract-ocr/tessdata) repo.
@ -13,10 +18,6 @@ See the [man](https://github.com/tesseract-ocr/tesseract/blob/master/doc/tessera
------------------------------------------
## Basic Command Line Usage
See [Running Tesseract](https://github.com/tesseract-ocr/tesseract/wiki#running-tesseract) for basic command line usage.
## Add page break in output
In older Tesseract (before September 2017) use the config variable as part of command `-c include_page_breaks=1 -c page_separator="[PAGE SEPARATOR]"`