8 lines
206 B
Python
8 lines
206 B
Python
|
|
"""
|
||
|
|
PyInstaller hooks for CutThenThink
|
||
|
|
|
||
|
|
This directory contains custom PyInstaller hooks to handle:
|
||
|
|
- Excluding heavy ML libraries (torch, transformers, etc.)
|
||
|
|
- Runtime-only dependencies like PaddleOCR
|
||
|
|
"""
|