AuroraWright / owocr

Optical character recognition for Japanese text
Apache License 2.0
36 stars 2 forks source link

OwOCR

Command line client for several Japanese OCR providers derived from Manga OCR.

Installation

This has been tested with Python 3.11 and 3.12. Newer/older versions might work. It can be installed with pip install owocr

Usage

Basic usage is comparable to Manga OCR as in, owocr keeps scanning for images and performing text recognition on them. Similarly, by default it will read images from the clipboard and write text back to the clipboard (or optionally, read images from a folder and/or write text to a .txt file if you specify -r=<folder path> or -w=<txt file path>).

Additionally:

Supported providers

Local providers

Cloud providers

Acknowledgments

This uses code from/references these projects: