# PDF Intelligence Suite - Requirements
# PDF智能处理套件依赖声明

# PDF处理核心库
PyPDF2>=3.0.0
pdfplumber>=0.10.0
camelot-py>=0.11.0

# OCR相关
pytesseract>=0.3.10
pdf2image>=1.16.3

# 文档处理
python-docx>=0.8.11
openpyxl>=3.0.0
XlsxWriter>=3.0.0

# 图像处理
Pillow>=9.0.0
opencv-python>=4.5.0

# PDF生成
reportlab>=3.6.0

# 数据科学
pandas>=1.3.0
numpy>=1.21.0

# 工具库
tabulate>=0.8.9
tqdm>=4.62.0

# 测试相关
pytest>=7.0.0
pytest-cov>=3.0.0

# 可选依赖（增强功能）
# pdf2docx>=0.4.6  # 更好的PDF转Word支持
# PyMuPDF>=1.19.0  # 高性能PDF处理
