初步完成框架
Some checks failed
Android CI / build (push) Has been cancelled

- 实时图传:WebSocket JPEG 帧发送 + 帧率控制 + PC 浏览器预览
- PDF 上传与处理:上传/处理分离,支持 ocrpdf 和 markdown 两种类型
- MinerU 真实接入:markdown 处理 + images ZIP 打包
- OCRmyPDF 接入:ocrpdf 生成可搜索双层 PDF
- 手机端任务管理面板:轮询状态 + SAF 目录选择下载
- PC 管理面板:/dashboard 文件与任务管理
- 网络层:OkHttp 客户端、WebSocket 图传、局域网发现占位

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
MobKBK
2026-06-04 17:03:18 +08:00
parent dd8002009d
commit 1848a88fcf
72 changed files with 6281 additions and 163 deletions

15
pc-server/README.md Normal file
View File

@@ -0,0 +1,15 @@
# PC Server for FairScan real-time camera streaming
#
# This is a minimal test server that:
# - Receives WebSocket frames from the Android app
# - Displays them in a browser
# - Provides GET /health for connection testing
## Quick Start
```bash
pip install -r requirements.txt
python main.py
```
Open http://localhost:2026 in a browser to see the stream.