Skip to content

Commit

Permalink
fix: add default value of psm to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
prateekmedia authored Sep 2, 2024
1 parent d5d703c commit 036d34c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rust/lib_ccxr/src/common/options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -591,6 +591,7 @@ impl Default for Options {
dvblang: Default::default(),
ocrlang: Default::default(),
ocr_oem: -1,
psm: 3,
ocr_quantmode: 1,
mkvlang: Default::default(),
analyze_video_stream: Default::default(),
Expand Down

0 comments on commit 036d34c

Please sign in to comment.