update docs

This commit is contained in:
Anthony Stirling
2024-11-26 20:24:46 +00:00
parent 748392cd29
commit ab7610f72c
3 changed files with 5 additions and 6 deletions

View File

@@ -42,6 +42,8 @@ public class ExternalAppDepConfig {
put("pdftohtml", List.of("Pdftohtml"));
put("unoconv", List.of("Unoconv"));
put("qpdf", List.of("qpdf"));
put("tesseract", List.of("tesseract"));
}
};
@@ -96,6 +98,7 @@ public class ExternalAppDepConfig {
public void checkDependencies() {
// Check core dependencies
checkDependencyAndDisableGroup("tesseract");
checkDependencyAndDisableGroup("soffice");
checkDependencyAndDisableGroup("qpdf");
checkDependencyAndDisableGroup("weasyprint");