# landsafe-document-parser **Repository Path**: can-boy/landsafe-document-parser ## Basic Information - **Project Name**: landsafe-document-parser - **Description**: landsafe文件解析引擎 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-07-10 - **Last Updated**: 2026-07-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Landsafe Document Parser Docling-based document parsing sidecar for PDF reports. ## Local Run ```bash cd landsafe-document-parser python -m venv .venv source .venv/bin/activate pip install -r requirements.txt uvicorn app.main:app --host 0.0.0.0 --port 8095 ``` ## API `POST /api/parser/docling/parse` Multipart fields: - `file`: PDF file - `reportId`: optional report id - `projectId`: optional project code