icemeowzhi

Results 1 issues of icemeowzhi

我尝试将英文pdf转换为每张图片,并对每张图片进行版面分析+表格识别。 我使用的默认模型,因为用户文件夹存在中文路径,我将涉及到的paddleocr和paddleclas模型复制到了项目根目录并重新指定了路径。 默认指定的layout_dict会导致indexOutOfBound,我重新指定了layout_dict_path。 我对这方面并不熟悉,请见谅。 请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem - 系统环境/System Environment:win11,CUDA12.0 - 版本号/Version:Paddle:2.5.2.post120 PaddleOCR:2.7.0.3 - 问题相关组件/Related components:ppStructure - 运行指令/Command Code: ``` def process(file_path, output_path):...