From 2c675dcc77b70473d89edaf192f0074c1d7a20da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zdenko=20Podobn=C3=BD?= Date: Thu, 10 Mar 2016 09:42:01 +0100 Subject: [PATCH] Revert "fix comment about default PSM" This reverts commit b46af6da3143394b9f8ece5cdd752e31d326fcb8. --- ccstruct/publictypes.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ccstruct/publictypes.h b/ccstruct/publictypes.h index 1035d7ac11..6cb9f3ba13 100644 --- a/ccstruct/publictypes.h +++ b/ccstruct/publictypes.h @@ -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.