Update references to toolkit paths and mpi- skill names

This commit is contained in:
iacore
2026-07-10 21:05:41 +08:00
parent ac9e6e3d1f
commit 79df1c6c4e
10 changed files with 35 additions and 35 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
"""Compare manuscript (DOCX English body) against typeset (PDF English body).
Usage: python3 scripts/proofread-pdf.py <docx_path> <pdf_path>
Usage: python3 toolkit/scripts/proofread-pdf.py <docx_path> <pdf_path>
Output: sentences from DOCX not found in PDF, and word-level changes within matched sentences.
"""
import re, sys, subprocess