Skip to content

Commit 73a28fe

Browse files
committed
removing old doc conversion example comments
1 parent f724f12 commit 73a28fe

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

examples/document_conversion_v1.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
document_conversion = DocumentConversion(username='YOUR SERVICE USERNAME',
88
password='YOUR SERVICE PASSWORD')
99

10-
# print(json.dumps(document_conversion.get_jobs(), indent=2))
11-
1210
with open(join(dirname(__file__), '../resources/sample-docx.docx'), 'rb') as document:
1311
config = {'conversion_target': DocumentConversion.ANSWER_UNITS}
1412
print(json.dumps(document_conversion.convert_document(document=document, config=config), indent=2))

0 commit comments

Comments
 (0)