We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76ab8c5 commit d7b9a6bCopy full SHA for d7b9a6b
1 file changed
examples/document_conversion_v1.py
@@ -11,7 +11,7 @@
11
# Example of retrieving html or plain text
12
with open(join(dirname(__file__), '../resources/example.html'), 'r') as document:
13
config = {'conversion_target': DocumentConversionV1.NORMALIZED_HTML}
14
- print(document_conversion.convert_document(document=document, config=config, media_type='text/html')).text
+ print(document_conversion.convert_document(document=document, config=config, media_type='text/html').text)
15
16
# Example with JSON
17
0 commit comments