Updated README.md to include ImageMagick

master
B.J. Dweck 2023-09-21 15:14:38 +03:00
parent 6c1ece44ab
commit aa17dcc48a
1 changed files with 10 additions and 1 deletions

View File

@ -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: