[BE][Scans] Disable cert. rotation

master
Araozu 2023-11-17 15:49:43 -05:00
parent 42df2815c3
commit a1bae5e795
1 changed files with 2 additions and 2 deletions

View File

@ -351,8 +351,8 @@ fn convert_to_pdf(image_path: &PathBuf, output_path: &PathBuf) -> Result<(), Str
.arg("0.05")
.arg("-quality")
.arg("75%")
.arg("-rotate")
.arg("270")
// .arg("-rotate")
// .arg("270")
.arg(image_path)
.arg(output_path)
.spawn();