Use the following code for
try:
document1 = aw.Document("自訂格式(電商匯入中心)11.pdf")
save_options = aw.saving.MarkdownSaveOptions()
save_options.image_resolution = 150
document1.save(f"自訂格式(電商匯入中心)11.md", save_opti…...memory_optimization = True # Enable memory optimization...save_options.memory_optimization to True , you can significantly decrease...