Skip to content

Commit

Permalink
ocr all on backend as default
Browse files Browse the repository at this point in the history
  • Loading branch information
akhileshsharma99 committed Feb 4, 2025
1 parent 6efb010 commit 6ffaae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/models/chunkr/upload.rs
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ pub enum OcrStrategy {

impl Default for OcrStrategy {
fn default() -> Self {
OcrStrategy::Auto
OcrStrategy::All
}
}

Expand Down

0 comments on commit 6ffaae2

Please sign in to comment.