update readme
This commit is contained in:
@@ -72,6 +72,10 @@ https://user-images.githubusercontent.com/22717958/150238361-052b95d1-0152-485f-
|
|||||||
```commandline
|
```commandline
|
||||||
manga_ocr "/path/to/sharex/screenshot/folder"
|
manga_ocr "/path/to/sharex/screenshot/folder"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
When running for the first time, downloading the model (~400 MB) might take a few minutes.
|
||||||
|
The OCR is ready to use after `OCR ready` message appears in the logs.
|
||||||
|
|
||||||
- To see other options, run in command line:
|
- To see other options, run in command line:
|
||||||
```commandline
|
```commandline
|
||||||
manga_ocr --help
|
manga_ocr --help
|
||||||
@@ -80,6 +84,7 @@ https://user-images.githubusercontent.com/22717958/150238361-052b95d1-0152-485f-
|
|||||||
If `manga_ocr` doesn't work, you might also try replacing it with `python -m manga_ocr`.
|
If `manga_ocr` doesn't work, you might also try replacing it with `python -m manga_ocr`.
|
||||||
|
|
||||||
## Usage tips
|
## Usage tips
|
||||||
|
|
||||||
- OCR supports multi-line text, but the longer the text, the more likely some errors are to occur.
|
- OCR supports multi-line text, but the longer the text, the more likely some errors are to occur.
|
||||||
If the recognition failed for some part of a longer text, you might try to run it on a smaller portion of the image.
|
If the recognition failed for some part of a longer text, you might try to run it on a smaller portion of the image.
|
||||||
- The model was trained specifically to handle manga well, but should do a decent job on other types of printed text,
|
- The model was trained specifically to handle manga well, but should do a decent job on other types of printed text,
|
||||||
@@ -109,8 +114,6 @@ Here are some cherry-picked examples showing the capability of the model.
|
|||||||
|  | 警察にも先生にも町中の人達に!! |
|
|  | 警察にも先生にも町中の人達に!! |
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Acknowledgments
|
# Acknowledgments
|
||||||
|
|
||||||
This project was done with the usage of [Manga109-s](http://www.manga109.org/en/download_s.html) dataset.
|
This project was done with the usage of [Manga109-s](http://www.manga109.org/en/download_s.html) dataset.
|
||||||
|
|||||||
Reference in New Issue
Block a user