Skip to content

Commit

Permalink
Update PdfToTextOrRTFRequest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Frooodle authored Feb 11, 2024
1 parent 6a487ce commit d5860d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit d5860d0

Please sign in to comment.