Skip to content

Commit

Permalink
wip: clean
Browse files Browse the repository at this point in the history
  • Loading branch information
gwen-lg committed Aug 11, 2024
1 parent 998719b commit 2f2b93f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/opt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ pub struct Opt {
/// Set values for config variables.
///
/// This works like the `tesseract` command's `-c` argument. One
/// particularly useful option is `tessedit_char_blacklist=|\/`_~` or
/// particularly useful option is 'tessedit_char_blacklist=|\/`_~' or
/// similar, to prevent the OCR from misidentifying characters as symbols
/// rarely used in subtitles.
#[clap(short = 'c', long, value_parser = parse_key_val, number_of_values = 1)]
Expand Down

0 comments on commit 2f2b93f

Please sign in to comment.