Skip to content

Commit

Permalink
Update ccx_common_option.c
Browse files Browse the repository at this point in the history
Fix comment
  • Loading branch information
Neo2SHYAlien committed Jun 29, 2023
1 parent 9241b9b commit b9faaf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib_ccx/ccx_common_option.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ void init_options(struct ccx_s_options *options)
options->dvblang = NULL; // By default, autodetect DVB language
options->ocrlang = NULL; // By default, autodetect .traineddata file
options->ocr_oem = -1; // By default, OEM mode depends on the tesseract version
options->psm = 3; // By default, OEM mode depends on the tesseract version
options->psm = 3; // Default PSM mode (3 is the default tesseract as well)
options->ocr_quantmode = 1; // CCExtractor's internal
options->mkvlang = NULL; // By default, all the languages are extracted
options->ignore_pts_jumps = 1;
Expand Down

0 comments on commit b9faaf3

Please sign in to comment.