Update PdfToTextOrRTFRequest.java

This commit is contained in:
Anthony Stirling
2024-02-11 18:47:43 +00:00
committed by GitHub
parent 6a487ce514
commit d5860d0b55

View File

@@ -12,6 +12,6 @@ public class PdfToTextOrRTFRequest extends PDFFile {
@Schema(
description = "The output Text or RTF format",
allowableValues = {"rtf", "txt:Text"})
allowableValues = {"rtf", "txt"})
private String outputFormat;
}