Skip to content

Commit

Permalink
refactor: sort CLI args
Browse files Browse the repository at this point in the history
  • Loading branch information
Phaired committed Sep 20, 2024
1 parent 5a3c0f5 commit cde254c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocrs-cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ Advanced options:
}

Ok(Args {
alphabet,
beam_search,
debug,
detection_model,
Expand All @@ -245,7 +246,6 @@ Advanced options:
text_map,
text_mask,
text_line_images,
alphabet,
})
}

Expand Down

0 comments on commit cde254c

Please sign in to comment.