How to convert 1000+ pdfs to images using multithreading in python as it is taking too long when handles sequentially

前端 未结 0 1757
囚心锁ツ
囚心锁ツ 2021-02-12 14:59
def convertToImage(files):
    for file in files:
    #print(file)
        images = convert_from_path(file,500,strict=False)
        for i, image in enumerate(images):
          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题