Updated README.md to include ImageMagick
This commit is contained in:
parent
6c1ece44ab
commit
aa17dcc48a
11
README.md
11
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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user