From 2f2b93f801c16a1bba5459d8ab7d71402649be43 Mon Sep 17 00:00:00 2001 From: Gwen Lg Date: Tue, 7 May 2024 15:32:42 +0200 Subject: [PATCH] wip: clean --- src/opt.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/opt.rs b/src/opt.rs index 758b2cd..05414c7 100644 --- a/src/opt.rs +++ b/src/opt.rs @@ -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)]