Searched refs:PSM_AUTO_ONLY (Results 1 – 7 of 7) sorted by relevance
14 PSM_AUTO_ONLY const
163 PSM_AUTO_ONLY = 2, ///< Automatic page segmentation, but no OSD, or OCR. enumerator
76 PSM_AUTO_ONLY,
71 PSM_AUTO_ONLY, enumerator
745 if (pagesegmode == tesseract::PSM_AUTO_ONLY) { in main()
89 typedef enum TessPageSegMode { PSM_OSD_ONLY, PSM_AUTO_OSD, PSM_AUTO_ONLY, PSM_AUTO, PSM_SINGL…
1236 if (tesseract_->tessedit_pageseg_mode == PSM_AUTO_ONLY) { in ProcessPage()