Skip to content

Commit c474895

Browse files
authored
Merge pull request #4 from longway-code/fix/refine-readme
readme
2 parents bcc54a2 + f90a2a7 commit c474895

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

README.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -76,20 +76,6 @@ uv pip install paddlepaddle-gpu
7676

7777
**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.
7878

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)
91-
- Subsequent runs: ~20-30 seconds (processing only)
92-
9379
## Quick Start
9480

9581
### Command Line Usage

0 commit comments

Comments
 (0)