Open Issues Need Help
View All on GitHubConvert Advent of Code ASCII art
AI Summary: Refactor the Advent of Code OCR Python project to make the `click` dependency optional. This involves moving `click` to the optional dependencies section in `pyproject.toml` and updating the documentation to reflect this change. Users should then be able to install either the core library or the library with the CLI functionality.
Convert Advent of Code ASCII art
AI Summary: Document the newly added command-line interface (CLI) for the Advent of Code OCR Python module. The documentation should explain basic usage, available flags, and how to provide input via command-line arguments or standard input (stdin).
Convert Advent of Code ASCII art