도먼 추가 정보 생성 기능 구현

This commit is contained in:
2025-07-23 13:37:33 +09:00
parent 1a2d57a306
commit 3fc100697f
6 changed files with 582 additions and 111 deletions

9
requirements-cli.txt Normal file
View File

@@ -0,0 +1,9 @@
# Essential packages for CLI batch processing only
PyMuPDF>=1.26.3
google-genai>=1.0.0
Pillow>=10.0.0
ezdxf>=1.4.2
numpy>=1.24.0
python-dotenv>=1.0.0
pandas>=2.0.0
requests>=2.31.0