File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -153,11 +153,11 @@ enum PageSegMode {
153
153
PSM_AUTO_OSD, // /< Automatic page segmentation with orientation and
154
154
// /< script detection. (OSD)
155
155
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)
157
157
PSM_SINGLE_COLUMN, // /< Assume a single column of text of variable sizes.
158
158
PSM_SINGLE_BLOCK_VERT_TEXT, // /< Assume a single uniform block of vertically
159
159
// /< 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.
161
161
PSM_SINGLE_LINE, // /< Treat the image as a single text line.
162
162
PSM_SINGLE_WORD, // /< Treat the image as a single word.
163
163
PSM_CIRCLE_WORD, // /< Treat the image as a single word in a circle.
You can’t perform that action at this time.
0 commit comments