importer cmath python 3
tables = extract_tables('attention112.docx')
with open(tables, 'rb') as tf:
red = tf.read()
print(red)
Kind Kouprey
tables = extract_tables('attention112.docx')
with open(tables, 'rb') as tf:
red = tf.read()
print(red)