@@ -7,7 +7,7 @@ Automatically compares PDFs generated by MiniPdf against LibreOffice (reference
77```
88┌─────────────────────────────────────────────────────────────┐
99│ run_benchmark.py (orchestrator) │
10- │ Run-Benchmark.ps1 (one-click entry point) │
10+ │ scripts/ Run-Benchmark.ps1 (one-click entry point) │
1111├─────────────────────────────────────────────────────────────┤
1212│ │
1313│ Step 1: generate_classic_xlsx.py │
@@ -54,7 +54,7 @@ pip install openpyxl pymupdf
5454
5555``` powershell
5656# Windows PowerShell
57- .\Run-Benchmark.ps1
57+ .\scripts\ Run-Benchmark.ps1
5858
5959# Or run directly with Python
6060cd tests/MiniPdf.Benchmark
@@ -202,7 +202,7 @@ When using an AI assistant (e.g., GitHub Copilot), follow this workflow:
202202
2032031 . ** Run the Benchmark** :
204204 ```
205- .\Run-Benchmark.ps1
205+ .\scripts\ Run-Benchmark.ps1
206206 ```
207207
2082082 . ** Feed the report to the AI** :
@@ -214,7 +214,7 @@ When using an AI assistant (e.g., GitHub Copilot), follow this workflow:
214214
2152153 . ** Re-validate after AI makes changes** :
216216 ```
217- .\Run-Benchmark.ps1 --SkipGenerate --SkipReference
217+ .\scripts\ Run-Benchmark.ps1 --SkipGenerate --SkipReference
218218 ```
219219
2202204 . ** Iterate until all scores ≥ 0.9** .
@@ -254,5 +254,5 @@ tests/
254254│ │ └── images/ # Per-page rendering comparisons
255255│ └── README.md # This document
256256│
257- Run-Benchmark.ps1 # Windows one-click entry point
257+ scripts/ Run-Benchmark.ps1 # Windows one-click entry point
258258```
0 commit comments