9 lines
402 B
Plaintext
9 lines
402 B
Plaintext
# P&ID Extractor - Required Packages
|
|
anthropic>=0.40.0 # Claude API
|
|
ezdxf>=1.3.0 # DXF file reading and rendering
|
|
matplotlib>=3.8.0 # DXF → image rendering
|
|
pdf2image>=1.17.0 # PDF → image (requires poppler system package)
|
|
psycopg2-binary>=2.9.0 # PostgreSQL connection
|
|
openpyxl>=3.1.0 # AX Excel export
|
|
Pillow>=10.0.0 # Image processing
|