From 8e4afbf7a150b3764cdede2b508e2b3a437aced9 Mon Sep 17 00:00:00 2001 From: Anzo <enzo.decarvalhobittencourt@ensiie.fr> Date: Sun, 27 Aug 2023 04:37:50 -0700 Subject: [PATCH] re-fixed the README --- README.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index e0caace..4b8bcd7 100644 --- a/README.md +++ b/README.md @@ -24,19 +24,18 @@ Requirements Python's requirement are given in the [requirement file](./requirements.txt) But in short you will need : - - numpy - - Google's [tesseract](https://tesseract-ocr.github.io/tessdoc/Installation.html) - along with [pytesseract](https://pypi.org/project/pytesseract/) - - OpenCV - - Pillow - - And obviously [chafa](https://hpjansson.org/chafa/download/) or [jp2a](https://github.com/cslarsen/jp2a). +- numpy +- Google's [tesseract](https://tesseract-ocr.github.io/tessdoc/Installation.html) along with [pytesseract](https://pypi.org/project/pytesseract/) +- OpenCV +- Pillow +- And obviously [chafa](https://hpjansson.org/chafa/download/) or [jp2a](https://github.com/cslarsen/jp2a). TODO ============================================================================= -- Add Licensing -- Add txt2img and cacaview support -- Add failsafes -- Color text aware of bg +[ ] Add Licensing +[ ] Add txt2img and cacaview support +[ ] Add failsafes +[ ] Color text aware of bg Pictures larger than your terminal won't work bc i insert text with ANSI-escape code sequence lol ewe -- GitLab