mirror of
https://github.com/MadsLorentzen/ai-job-search.git
synced 2026-09-17 08:36:25 +00:00
docs(changelog): scope the date-fix verification check to date lines
The stock template's contact and award lines carry two decorative separator glyphs that also extract as U+FFFD, so 'grep -c' returns 2, not 0, on a CV that is fully fixed. Point the check at date lines and name the benign hits. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Fable 5
parent
befaaf5eef
commit
d18ca52723
+4
-2
@@ -50,8 +50,10 @@ per-file diff commands.
|
||||
grep -rn '\\cventry{[^}]*--' cv/
|
||||
```
|
||||
|
||||
Verify afterwards with `pdftotext -layout <file>.pdf - | grep -c '�'`, which should
|
||||
return `0`.
|
||||
Verify afterwards by extracting the text layer and checking the date lines specifically:
|
||||
`pdftotext -layout <file>.pdf - | grep '�'` - none of the hits may be a date field. (On
|
||||
the stock template two benign hits remain either way: the decorative separators on the
|
||||
contact and award lines, which are unrelated to dates and predate this fix.)
|
||||
|
||||
### Security & privacy
|
||||
|
||||
|
||||
Reference in New Issue
Block a user