2022-01-17 22:07:55 +01:00
2022-01-17 21:41:56 +01:00
fix
2022-01-17 21:59:49 +01:00
2022-01-17 21:41:56 +01:00
2022-01-15 18:18:35 +01:00
2022-01-17 22:07:55 +01:00
2022-01-17 21:41:56 +01:00

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)
Description
No description provided
Readme GPL-3.0 10 MiB
Languages
Python 99.9%
Shell 0.1%