0
Using Python - Docx
How to search for words in docx files to count them and show them in text, as well as the name of the file in a table?
1 Respuesta
+ 2
Python-docx-documentation: https://www.google.de/url?sa=t&source=web&rct=j&url=https://readthedocs.org/projects/python-docx/downloads/pdf/latest/&ved=2ahUKEwiT6pPCmOLgAhWPKlAKHW3SAvUQFjABegQIBRAB&usg=AOvVaw2wswm94gvXNrUcFliYOLfP
extract text from a docx file:
http://etienned.github.io/posts/extract-text-from-word-docx-simply/