1 Star 0 Fork 1

kernelstudio/Dify API With OCR

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 410 Bytes
一键复制 编辑 原始数据 按行查看 历史
nullable 提交于 2025-05-10 14:41 +08:00 . Initial commit
FROM langgenius/dify-api:1.3.1
WORKDIR /app/api
RUN mkdir -p /app/api/configs/ocr /app/api/core/workflow/nodes/document_extractor
COPY ./configs/ocr/__init__.py /app/api/configs/ocr/__init__.py
COPY ./configs/app_config.py /app/api/configs/app_config.py
COPY ./core/workflow/nodes/document_extractor/node.py /app/api/core/workflow/nodes/document_extractor/node.py
ENTRYPOINT ["/bin/bash", "/entrypoint.sh"]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/kernelstudio/dify-api-with-ocr.git
git@gitee.com:kernelstudio/dify-api-with-ocr.git
kernelstudio
dify-api-with-ocr
Dify API With OCR
master

搜索帮助