17dd2f665e66aaac23790933c32879bf5f9f448a
Usage
from manga_ocr import MangaOcr
mocr = MangaOcr()
text = mocr('/path/to/img')
or
import PIL.Image
from manga_ocr import MangaOcr
mocr = MangaOcr()
img = PIL.Image.open('/path/to/img')
text = mocr(img)
Languages
Python
99.9%
Shell
0.1%