Are there tools or Python scripts that will extract text from Microsoft Word (2016) files (.docx )?
Issue - I have dozens or Word documents , all in the same format, that have data I would like to extract to put in a feature class. The Word documents have listings of geocoordinates, and text descriptions that would fit nicely into feature class fields.
Plan - I would like to be able to extract the data to a table in a FGDB (or into a CSV file) that I can then convert to a feature class.
Are there Python modules, or Python code, or ESRI models that can do this?
Thank you!