I convert docx to markdown.There is a table content in the docx, not an image. But after converting to markdown, the table content becomes an image.
code:
document = aw.Document(file_path)
for page in range(0, docu…...unlink_fields() for section in document1.sections: section = section.as_section()...as_section() footer = section.headers_footers[aw.HeaderFooterType...