mstksg / advent-of-code-ocr

Parsing ASCII art word solutions for advent of code
https://hackage.haskell.org/package/advent-of-code-ocr
BSD 3-Clause "New" or "Revised" License
5 stars 1 forks source link

Missing small 'S' glyph. #2

Closed gilgamec closed 3 years ago

gilgamec commented 3 years ago

It looks like you don't have an exemplar small 'S'. My solution to 2016-08:

####.####.#..#.####..###.####..##...##..###...##..
...#.#....#..#.#....#....#....#..#.#..#.#..#.#..#.
..#..###..####.###..#....###..#..#.#....#..#.#..#.
.#...#....#..#.#.....##..#....#..#.#.##.###..#..#.
#....#....#..#.#.......#.#....#..#.#..#.#....#..#.
####.#....#..#.#....###..#.....##...###.#.....##..
mstksg commented 3 years ago

Thank you very much! This addition is very helpful :)