Merge remote-tracking branch 'origin/main' into test

This commit is contained in:
Anthony Stirling
2023-12-25 13:26:13 +00:00
18 changed files with 1107 additions and 99 deletions

View File

@@ -126,7 +126,13 @@ public class OtherWebController {
model.addAttribute("currentPage", "remove-blanks");
return "misc/remove-blanks";
}
@GetMapping("/remove-annotations")
@Hidden
public String removeAnnotationsForm(Model model) {
model.addAttribute("currentPage", "remove-annotations");
return "misc/remove-annotations";
}
@GetMapping("/auto-crop")
@Hidden