架构

86.unstructured配置说明

参考脚本https://github.com/Unstructured-IO/unstructured/blob/main/scripts/setup_ubuntu.sh 注意安装tesseract中文字体: apt install tesseract-ocr-chi-sim

https://github.com/Unstructured-IO/unstructured/issues/2631 如果遇到相同的问题,可以使用以下解决方法。在运行脚本的目录中执行以下步骤: mkdir -p unstructuredio/yolo_x_layout/ wget --no-check-certificate https://huggingface.co/unstructuredio/yolo_x_layout/resolve/main/yolox_l0.05.onnx -O unstructuredio/yolo_x_layout/yolox_l0.05.onnx 或者,您可以从以下链接手动下载文件: 下载yolox_l0.05.onnx 下载后,将 yolox_l0.05.onnx 文件复制到 unstructuredio/yolo_x_layout/ 目录下: cp path/to/downloaded/yolox_l0.05.onnx unstructuredio/yolo_x_layout/