Skip to content

Commit b46af6d

Browse files
committed
fix comment about default PSM
1 parent b1c1382 commit b46af6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ccstruct/publictypes.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -153,11 +153,11 @@ enum PageSegMode {
153153
PSM_AUTO_OSD, ///< Automatic page segmentation with orientation and
154154
///< script detection. (OSD)
155155
PSM_AUTO_ONLY, ///< Automatic page segmentation, but no OSD, or OCR.
156-
PSM_AUTO, ///< Fully automatic page segmentation, but no OSD.
156+
PSM_AUTO, ///< Fully automatic page segmentation, but no OSD. (Default)
157157
PSM_SINGLE_COLUMN, ///< Assume a single column of text of variable sizes.
158158
PSM_SINGLE_BLOCK_VERT_TEXT, ///< Assume a single uniform block of vertically
159159
///< aligned text.
160-
PSM_SINGLE_BLOCK, ///< Assume a single uniform block of text. (Default.)
160+
PSM_SINGLE_BLOCK, ///< Assume a single uniform block of text.
161161
PSM_SINGLE_LINE, ///< Treat the image as a single text line.
162162
PSM_SINGLE_WORD, ///< Treat the image as a single word.
163163
PSM_CIRCLE_WORD, ///< Treat the image as a single word in a circle.

0 commit comments

Comments
 (0)