We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39274d8 commit f06ef54Copy full SHA for f06ef54
ccmain/tesseractclass.h
@@ -1065,7 +1065,7 @@ class Tesseract : public Wordrec {
1065
INT_VAR_H(min_sane_x_ht_pixels, 8, "Reject any x-ht lt or eq than this");
1066
BOOL_VAR_H(tessedit_create_boxfile, false, "Output text with boxes");
1067
INT_VAR_H(tessedit_page_number, -1,
1068
- "-1 -> All pages, else specifc page to process");
+ "-1 -> All pages, else specific page to process");
1069
BOOL_VAR_H(tessedit_write_images, false, "Capture the image from the IPE");
1070
BOOL_VAR_H(interactive_display_mode, false, "Run interactively?");
1071
STRING_VAR_H(file_type, ".tif", "Filename extension");
0 commit comments