Test stuff

This commit is contained in:
Anthony Stirling
2023-05-18 23:17:46 +01:00
parent d4c25476d2
commit 8a277aebd7
6 changed files with 33 additions and 98 deletions

View File

@@ -117,6 +117,7 @@ public class EndpointConfiguration {
addEndpointToGroup("CLI", "pdf-to-text");
addEndpointToGroup("CLI", "pdf-to-html");
addEndpointToGroup("CLI", "pdf-to-xml");
addEndpointToGroup("CLI", "ocr-pdf");
//python
addEndpointToGroup("Python", "extract-image-scans");
@@ -142,6 +143,7 @@ public class EndpointConfiguration {
//OCRmyPDF
addEndpointToGroup("OCRmyPDF", "compress-pdf");
addEndpointToGroup("OCRmyPDF", "pdf-to-pdfa");
addEndpointToGroup("OCRmyPDF", "ocr-pdf");
//Java
addEndpointToGroup("Java", "merge-pdfs");