how to extract plain text from .docx file using R
问题 Anyone know of anything they can recommend in order to extract just the plain text from an article with in .docx format (preferable with R) ? Speed isn't crucial, and we could even use a website that has some API to upload and extract the files but i've been unable to find one. I need to extract the introduction, the method, the result and the conclusion I want to delete the abstract, the references, and specially the graphics and the table thanks 回答1: You can try to use readtext library: