FastAPI 기반 OCR 서비스 구현 및 Docker 환경 구성

This commit is contained in:
kyy
2025-11-05 15:49:47 +09:00
parent fe8601ac63
commit 4524552f8f
7 changed files with 213 additions and 680 deletions

8
.gitignore vendored
View File

@@ -1,3 +1,7 @@
# Cache directories
.cache/
__pycache__/
.tmp/
__pycache__/
*.pyc
*.pyo
*.pyd
*.log