Shreeshrii 2019-03-30 17:52:17 +05:30
parent 4c07ce872d
commit 30eac0678e

@ -11,6 +11,12 @@ See the [man](https://github.com/tesseract-ocr/tesseract/blob/master/doc/tessera
`tesseract input.tiff output --oem 1 -l eng`
------------------------------------------
## 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]"`