Skip to content

Commit

Permalink
Revert "fix comment about default PSM"
Browse files Browse the repository at this point in the history
This reverts commit b46af6d.
  • Loading branch information
zdenop committed Mar 10, 2016
1 parent b46af6d commit 2c675dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ccstruct/publictypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -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. (Default)
PSM_AUTO, ///< Fully automatic page segmentation, but no OSD.
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.
PSM_SINGLE_BLOCK, ///< Assume a single uniform block of text. (Default.)
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.
Expand Down

0 comments on commit 2c675dc

Please sign in to comment.