diff --git a/README.md b/README.md index b21dcd1..574cde2 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,16 @@ AnkiAI is a tool that leverages OCR (Optical Character Recognition) and GPT-3's ### Requirements -#### System Dependencies +#### ImageMagick + +ImageMagick is a software suite that allows you to create, edit, and compose bitmap images. It can read, convert, and write images in a variety of formats (over 100) including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript, SVG, and TIFF. In the AnkiAI project, it is used for preprocessing images to improve the performance of OCR. + +```bash +sudo apt-get update +sudo apt-get install imagemagick +``` + +#### Tesseract You need Tesseract for the OCR functionality: