BaiYouShiWo
Results
2
issues of
BaiYouShiWo
videoAutoMode模式下,视频的读取不能正常结束,最后一次读取raw_frame为NoneType,故检查读取是否成功,同时允许生成过程中存在个别读取失败。
In the file “pdf_recovery_doc.py”, function "merge_docx_v1" and “merge_docx_v2” use sort() simply like ```python docx_files_list = sorted(docx_files_list) ``` I don't think this can achieve the expected results, the correct way may...