Skip to main content

Japanese OCR

Project description

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:

  • Scanning the clipboard takes basically zero system resources on macOS and Windows
  • Supports reading images and/or writing text to a websocket with the -r=websocket and/or -w=websocket parameters (the port is 7331 by default, and is configurable in the config file)
  • Supports reading images from a Unix domain socket (/tmp/owocr.sock) on macOS and Linux with -r=unixsocket
  • Supports capturing the screen directly, or a portion of the screen or a specific window with -r=screencapture. By default it will read from the entire main screen every 3 seconds, but you can change it to screenshot a different screen or a portion of a screen (with a set of screen coordinates x,y,width,height) or just a specific window (with the window title). You can also change the delay between screenshots or specify a keyboard combo if you don't want screenshots to be taken periodically. Refer to the config file or to owocr --help for more details about the screen capture settings
  • You can pause/unpause the image processing by pressing "p" or terminate the script with "t" or "q" inside the terminal window
  • You can switch between OCR providers pressing their corresponding keyboard key inside the terminal window (refer to the list of keys in the providers list below)
  • You can start the script paused with the -p option or with a specific provider with the -e option (refer to owocr -h for the list)
  • Holding ctrl or cmd at any time will pause image processing temporarily, or you can specify keyboard combos in the config file to pause/unpause and switch the OCR provider from anywhere (refer to the config file or owocr -h)
  • You can enable notifications in the config file or with -n to show the text with a native OS notification. Important for macOS users: if you use Python from brew, you need to enter this command in your terminal before the first notification: codesign -f -s - $(brew --cellar python)/3.*/Frameworks/Python.framework (works on Ventura/Sonoma). Older macOS versions might require Python to be installed from the official website. Nothing can be done about this unfortunately.
  • Optionally, you can speed up the online providers by installing fpng-py: pip install fpng-py (requires setting up a developer environment on most operating systems/Python versions)
  • Optionally, you can improve filtering of non-Japanese text for screen capture by installing transformers: pip install transformers
  • A config file (which will be automatically created in user directory/.config/owocr_config.ini, on Windows user directory is the C:\Users\yourusername folder) can be used to configure the script, as an example to limit providers (to reduce clutter/memory usage) as well as specifying provider settings such as api keys etc. A sample config file is also provided here
  • For systems where text can be copied to the clipboard at the same time as images, if *ocr_ignore* is copied with an image, the image will be ignored (mostly useful for devs making their own sender tool)

Supported providers

Local providers

  • Manga OCR: refer to the readme for installation ("m" key)
  • EasyOCR: refer to the readme for installation ("e" key)
  • RapidOCR: refer to the readme for installation ("r" key)
  • Apple Vision framework: this will work on macOS Ventura or later. In my experience, the best of the local providers for horizontal text ("a" key)
  • Apple Live Text (VisionKit framework): this will work on macOS Ventura or later. It should be the same as Vision except that in Sonoma Apple added vertical text reading ("d" key)
  • WinRT OCR: this will work on Windows 10 or later if winocr (pip install winocr) is installed. It can also be used by installing winocr on a Windows virtual machine and running the server there (winocr_serve), and installing requests (pip install requests) and specifying the IP address of the Windows VM/machine in the config file ("w" key)

Cloud providers

  • Google Lens: Google Vision in disguise (no need for API keys!), however it needs to download a couple megabytes of data for each request. You need to install pyjson5 and requests (pip install pyjson5 requests) ("l" key)
  • Google Vision: you need a service account .json file named google_vision.json in user directory/.config/ and installing google-cloud-vision (pip install google-cloud-vision) ("g" key)
  • Azure Image Analysis: you need to specify an api key and an endpoint in the config file and to install azure-ai-vision-imageanalysis (pip install azure-ai-vision-imageanalysis) ("v" key)

Acknowledgments

This uses code from/references these projects:

  • Viola for working on the Google Lens implementation and helping with the pyobjc VisionKit code!
  • @ronaldoussoren for helping with the pyobjc VisionKit code
  • Manga OCR
  • ocrmac for the Apple Vision framework API
  • NadeOCR for the Google Vision API
  • ccylin2000_lipboard_monitor for the Windows clipboard polling code

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

owocr-1.7.3.tar.gz (24.8 kB view details)

Uploaded Source

Built Distribution

owocr-1.7.3-py3-none-any.whl (23.6 kB view details)

Uploaded Python 3

File details

Details for the file owocr-1.7.3.tar.gz.

File metadata

  • Download URL: owocr-1.7.3.tar.gz
  • Upload date:
  • Size: 24.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for owocr-1.7.3.tar.gz
Algorithm Hash digest
SHA256 49dfe8fe936e8d44dc8909423aef8a6f831fe3d6e8428dcb26df926be57c4523
MD5 bbfe2ab3dff0c9022c5f9e6f12683f59
BLAKE2b-256 df46618704520d5891a474d5800ceb88c257dda01ac55ce6f551850900d54213

See more details on using hashes here.

File details

Details for the file owocr-1.7.3-py3-none-any.whl.

File metadata

  • Download URL: owocr-1.7.3-py3-none-any.whl
  • Upload date:
  • Size: 23.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for owocr-1.7.3-py3-none-any.whl
Algorithm Hash digest
SHA256 650bd0751e5a072fd52537f45099f82cc44eda40fdd5799b1a8583bb03bbe616
MD5 bea1d2e7d1bd52ef978f1b0d30d3d263
BLAKE2b-256 f36fb0b5078f259b255c297049f6d435f15ac705b9c2178f6106efe037dcf563

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page