I have 100s of Microsoft Word documents. Each document has the same headers. I need to be able to read the data present in those documents and create a table. Output in the form of a CSV file.
I tried to use Scrapy. But I am new, and I don’t know how to combine all documents at once. And how to proceed after that.