我尝试检查其他库,但没有一个对我有用。 下面我有.docx的代码段 import textract def convert_to_txt(filename): try: my_text = textract.process( ...
確定! 回上一頁