opencode/backend/app
Кирилл Блинов f37c477a0a Add FastAPI backend with DZI viewer and feedback system
- FastAPI app with SQLite DB (projects, pages, issues, feedback)
- OpenSeadragon DZI viewer with inline SVG overlays
- Dashboard: upload, project list, tiling toggle, review mode
- Pipeline integration: tiling OCR → layout → elements → rules QC → DZI → DB
- Feedback collection: true_positive / false_positive / not_sure per issue
2026-06-01 12:29:41 +03:00
..
__init__.py Add FastAPI backend with DZI viewer and feedback system 2026-06-01 12:29:41 +03:00
crud.py Add FastAPI backend with DZI viewer and feedback system 2026-06-01 12:29:41 +03:00
database.py Add FastAPI backend with DZI viewer and feedback system 2026-06-01 12:29:41 +03:00
main.py Add FastAPI backend with DZI viewer and feedback system 2026-06-01 12:29:41 +03:00
models.py Add FastAPI backend with DZI viewer and feedback system 2026-06-01 12:29:41 +03:00
processing.py Add FastAPI backend with DZI viewer and feedback system 2026-06-01 12:29:41 +03:00
schemas.py Add FastAPI backend with DZI viewer and feedback system 2026-06-01 12:29:41 +03:00