/// <inheritdoc/> public override int GetHashCode() => Language.GetHashCode() + (2 * DataPath.GetHashCode()) + (3 * (int)(EngineMode + 1)) + (4 * (PixelsPerInch + 1)) + (5 * (int)(PageSegmentation + 1)) + (6 * Whitelist.GetHashCode()) + (7 * Blacklist.GetHashCode()) + (Numeric ? 8 : 0) + (9 * Config.GetHashCode());