Appreciate the thoughts… yeah, spellcheck is how I’m doing it now, and it’s agonizing.
A handful of errors per page x hundreds of pages. I can’t go back to the original source.
Annoyingly, spellcheck’s suggestions are not consistent. One problem word might have the correct solution as the first choice, then another might have it as the 4th choice with some nonsensical suggestions ranked above it like “been-pulled” (why??).
If the first choice was always consistent, like the [word][space][word], then I could at least rapidly spam double clicks on the first suggestion, and fix 99% of the problem words in a matter of minutes. But the slight mental effort and wasted time of finding the correct choice from the suggestion list, turns minutes into hours.
A script that would run a spellcheck, and automatically replace the problem words strictly with [word1 word2] suggestions, would essentially do the trick. Or a script that uses a custom dictionary, which is just the normal dictionary, but maybe culling words less than 5 characters to reduce the amount of false positives (“the me” instead of “theme”).