# OCR Node Dependencies
#
# Note: PyTorch and OCR model dependencies (EasyOCR, DocTR, etc.) are handled
# by ai.common.models which uses ai.common.torch for torch installation.
# This node only needs img2table for table structure detection.
#
# numpy and pillow are base engine dependencies - don't reinstall them here
# as that can corrupt already-loaded modules in the server process.
#
img2table
pillow
numpy
