# com.lh.devOps **Repository Path**: allkic-cn/com.lh.dev-ops ## Basic Information - **Project Name**: com.lh.devOps - **Description**: 项目部署项目 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-24 - **Last Updated**: 2024-11-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### com.lh.ocr #### 依赖库 ```bash pip install fastapi pip install uvicorn pip install pyyaml ``` #### 用户/系统变量配置 DATABASE=“XXX” // 数据库目录 CACHE_DIR="XXX" // 缓存目录 RESOURCE_DIR="XXX" // 资源目录 #### 启动项目 uvicorn main:app --host 127.0.0.1 --port 8003 --reload