You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Note**: The `--gpu` flag is deprecated in PaddleOCR 3.x and will be ignored. GPU acceleration is automatically enabled when GPU and CUDA are available.
78
78
79
-
### Important Notes for Mac Users
80
-
81
-
⚠️ **First Run**: PaddleOCR will download model files (~25 MB) on first initialization. This may take a few minutes depending on your network speed.
82
-
83
-
⚠️ **Memory & Performance Optimizations**: The tool automatically:
84
-
- Sets `OMP_NUM_THREADS=1` (required for OpenBlas stability)
85
-
- Resizes large images (>1920px) to prevent memory leaks
86
-
- Uses aggressive garbage collection
87
-
- Scales coordinates back to original image dimensions
88
-
89
-
📊 **Expected Performance**: For large screenshots (1200x2670px):
90
-
- First run: ~60 seconds (model download + processing)
0 commit comments