Skip to content

Commit 4ed5e34

Browse files
committed
Remove unused field
1 parent 75b08d2 commit 4ed5e34

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test-api/test-load-document

-3
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,6 @@ input = {
8383
# Additional metadata in the form of RDF triples
8484
"metadata": metadata,
8585

86-
# Text character set. Default is UTF-8
87-
"charset": "utf-8",
88-
8986
# The PDF document, is presented as a base64 encoded document.
9087
"data": base64.b64encode(text).decode("utf-8")
9188

0 commit comments

Comments
 (0)