# py-pdf **Repository Path**: chuxin-cs/py-pdf ## Basic Information - **Project Name**: py-pdf - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-31 - **Last Updated**: 2026-03-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 启动项目 ``` cd py-pdf python -m venv .venv .venv\Scripts\activate pip install -r requirements.txt python -m playwright install uvicorn main:app --reload --host 127.0.0.1 --port 9090 ``` # 科学上一下网 下载playwright 若报错 Executable doesn't exist ... chromium_headless_shell:在项目目录执行 `python -m playwright install`(需联网),不要用仅 `install chromium` 的旧文档。 导出使用「同步 Playwright + asyncio.to_thread」,避免 Windows / Python 3.14 下异步子进程 NotImplementedError。