Update PdfToTextOrRTFRequest.java
This commit is contained in:
parent
6a487ce514
commit
d5860d0b55
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue