Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Phaired committed Sep 20, 2024
2 parents cde254c + 1e6abb8 commit f063531
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ocrs-cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ struct Args {
/// Extract each text line found and save as a PNG image.
text_line_images: bool,

/// Custom alphabet for recognition.
/// Alphabet used by the recognition model.
/// If not provided, the default alphabet is used.
alphabet: Option<String>,
}
Expand Down Expand Up @@ -192,7 +192,7 @@ Options:
-a, --alphabet \"alphabet\"
Use a custom alphabet for recognition
Specify the alphabet used by the recognition model
--version
Expand Down

0 comments on commit f063531

Please sign in to comment.