# OCR (Image To Text)

Reads text from Inkscape canvas. Data inside may be SVG or PNG or whatever because the canvas will be exported as PNG using Cairo library.

Source: [https://github.com/amal-san/inkscape-ocr](https://github.com/amal-san/inkscape-ocr)

Requirements (Ubuntu):

```bash
sudo apt-get install tesseract-ocr
pip3 install pytesseract cairosvg
```