Remove unused field

This commit is contained in:
Cyber MacGeddon 2024-12-29 10:56:04 +00:00
parent 75b08d2aa6
commit 4ed5e34ab2

View file

@ -83,9 +83,6 @@ input = {
# Additional metadata in the form of RDF triples # Additional metadata in the form of RDF triples
"metadata": metadata, "metadata": metadata,
# Text character set. Default is UTF-8
"charset": "utf-8",
# The PDF document, is presented as a base64 encoded document. # The PDF document, is presented as a base64 encoded document.
"data": base64.b64encode(text).decode("utf-8") "data": base64.b64encode(text).decode("utf-8")