This commit is contained in:
Maciej Budyś
2022-01-18 00:44:46 +01:00
parent 17dd2f665e
commit 3a88953989
9 changed files with 65 additions and 3 deletions

View File

@@ -1,3 +1,18 @@
OCR for Japanese manga
# Installation
You need Python 3.6+.
If you want to run with GPU, install PyTorch as described [here](https://pytorch.org/get-started/locally/#start-locally),
otherwise this step can be skipped.
Run:
```
pip install manga-ocr
```
# Usage
```python