@@ -1 +1,20 @@
TODO
# Usage
```python
from manga_ocr import MangaOcr
mocr = MangaOcr()
text = mocr('/path/to/img')
```
or
import PIL.Image
img = PIL.Image.open('/path/to/img')
text = mocr(img)
The note is not visible to the blocked user.