[BE][Scans] Disable cert. rotation
This commit is contained in:
parent
42df2815c3
commit
a1bae5e795
@ -351,8 +351,8 @@ fn convert_to_pdf(image_path: &PathBuf, output_path: &PathBuf) -> Result<(), Str
|
|||||||
.arg("0.05")
|
.arg("0.05")
|
||||||
.arg("-quality")
|
.arg("-quality")
|
||||||
.arg("75%")
|
.arg("75%")
|
||||||
.arg("-rotate")
|
// .arg("-rotate")
|
||||||
.arg("270")
|
// .arg("270")
|
||||||
.arg(image_path)
|
.arg(image_path)
|
||||||
.arg(output_path)
|
.arg(output_path)
|
||||||
.spawn();
|
.spawn();
|
||||||
|
Loading…
Reference in New Issue
Block a user