Whether in colab or on the local machine, simply run the demo code,like ``` import aspose.words as aw doc = aw.Document("Input.docx") doc.save("Output.md") ``` It's crashed quickly