Fix remaining stale test count in README backend structure (99 → 199)

This commit is contained in:
Pier-Jean Malandrino 2026-04-05 10:27:58 +02:00
parent 18316f513e
commit 1b359b8faf

View file

@ -61,7 +61,7 @@ document-parser/
├── services/ # Use case orchestration
│ ├── document_service.py # Upload, delete, preview
│ └── analysis_service.py # Async Docling processing
└── tests/ # 99 tests (pytest)
└── tests/ # 199 tests (pytest)
```
### Frontend structure (feature-based)