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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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;
}