public override string ToString()
        {
            var ocr = OCR.IsEmpty() ? string.Empty : "'" + OCR + "'";

            return($"{Rectangle.X} {Rectangle.Y} {Rectangle.Width} {Rectangle.Height} {ocr}");
        }