mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-24 11:09:06 +08:00
fix comment about default PSM
This commit is contained in:
parent
b1c1382843
commit
b46af6da31
@ -153,11 +153,11 @@ enum PageSegMode {
|
||||
PSM_AUTO_OSD, ///< Automatic page segmentation with orientation and
|
||||
///< script detection. (OSD)
|
||||
PSM_AUTO_ONLY, ///< Automatic page segmentation, but no OSD, or OCR.
|
||||
PSM_AUTO, ///< Fully automatic page segmentation, but no OSD.
|
||||
PSM_AUTO, ///< Fully automatic page segmentation, but no OSD. (Default)
|
||||
PSM_SINGLE_COLUMN, ///< Assume a single column of text of variable sizes.
|
||||
PSM_SINGLE_BLOCK_VERT_TEXT, ///< Assume a single uniform block of vertically
|
||||
///< aligned text.
|
||||
PSM_SINGLE_BLOCK, ///< Assume a single uniform block of text. (Default.)
|
||||
PSM_SINGLE_BLOCK, ///< Assume a single uniform block of text.
|
||||
PSM_SINGLE_LINE, ///< Treat the image as a single text line.
|
||||
PSM_SINGLE_WORD, ///< Treat the image as a single word.
|
||||
PSM_CIRCLE_WORD, ///< Treat the image as a single word in a circle.
|
||||
|
Loading…
Reference in New Issue
Block a user