High-speed and lightweight Screen OCR engine optimized for Japanese and English text.
Project description
nippo-ocr
A high-speed, lightweight Screen OCR engine optimized for reading Japanese and English text from screen captures. Built for the Nippo automated daily report system.
Installation
pip install nippo-ocr
(Note: PyPI upload pending)
Usage
import cv2
from nippo_ocr import ProductionOCRBaseline
engine = ProductionOCRBaseline()
prev_img = cv2.imread("prev.png")
curr_img = cv2.imread("curr.png")
canvas, p_lines = engine.process_frames(prev_img, curr_img)
results = engine.run_ocr(canvas, p_lines)
print(results)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
nippo_ocr-0.1.0.tar.gz
(10.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
nippo_ocr-0.1.0-py3-none-any.whl
(10.5 kB
view details)
File details
Details for the file nippo_ocr-0.1.0.tar.gz.
File metadata
- Download URL: nippo_ocr-0.1.0.tar.gz
- Upload date:
- Size: 10.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3a8039e0a37e00e8036972625dcb6f94b63ac6d59d5ddc4a6eaec0ec25b38083
|
|
| MD5 |
6bb5f98d2fef56c9c5de6d3ef0b1923d
|
|
| BLAKE2b-256 |
8b96147ae8fb90b09b07d94383987dcdb017ac91c69ca1632cb59551a5f139cd
|
File details
Details for the file nippo_ocr-0.1.0-py3-none-any.whl.
File metadata
- Download URL: nippo_ocr-0.1.0-py3-none-any.whl
- Upload date:
- Size: 10.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aed99ce68ec93d028ae2f0baca8e1b61ea24bbb45e688b9ce340a30b6f7c8b85
|
|
| MD5 |
07e7e49774027d476453b91767b6c2b8
|
|
| BLAKE2b-256 |
6253ecbbb41e8402722ba4e174d228ad0fd31769fad4c76062a49592c4e098e4
|