Crate advent_of_code_ocr

Source

Functionsยง

parse_letter
Parse a letter represented in the AoC format.
parse_string_to_letters
Parse a string representing a full screen from a AoC puzzle.
split_screen
Split a string representing a AoC screen into the section strings for the individual characters. This assumes every character is 4 characters wide and a single column is used to split the individual letters.