pub const DEFAULT_WORDS_THRESHOLD: usize = 8;Expand description
Number of differing pixels after which two images are considered different
This is a count rather than a percentage, because a percentage would mean that significant differences could “hide” inside a long word. This should be adjusted to the size of the font and the expected differences.