标签: python time
我有这个python方法:“ ocrMethod”。我希望如果该方法处理的时间超过60秒,则该方法必须停止。
for file in os.listdir(directories): textSingleTIF = ocrMethod(file)