Crate advent_ocr

Source
Expand description

A function to convert ASCII-art representations of letters generated by Advent of Code puzzles into a String containing those letters.

Re-exports§

pub use crate::scannable::Scannable;

Modules§

scannable

Functions§

ocr
Takes an image containing Advent of Code’s ASCII-art letter representations and converts it to a standard String.