Update ExtractImageScansController.java

This commit is contained in:
Ludy87 2025-07-19 02:00:36 +02:00
parent 0f2ecbe5cc
commit 7956733856
No known key found for this signature in database
GPG Key ID: 92696155E0220F94

View File

@ -79,7 +79,7 @@ public class ExtractImageScansController {
}
String pythonVersion = CheckProgramInstall.getAvailablePythonCommand();
Path pngToWebpScript = GeneralUtils.extractScript("png_to_webp.py");
Path pngToWebpScript = GeneralUtils.extractScript("split_photos.py");
try {
// Check if input file is a PDF
if ("pdf".equalsIgnoreCase(extension)) {