I am trying to programmatically extract form data from a large number of Word documents. I am able to extract the text data, but not the checkboxes. Is it possible to determine if a checkbox has been checked using python-docx? If so, could someone show me some sample code? Otherwise, what tool would you recommend? Thanks!
I am trying to programmatically extract form data from a large number of Word documents. I am able to extract the text data, but not the checkboxes. Is it possible to determine if a checkbox has been checked using python-docx? If so, could someone show me some sample code? Otherwise, what tool would you recommend? Thanks!