https://github.com/renorari/opencv-ocr
このリポジトリは、PythonでOCRを行うためのサンプルコードを提供します。
https://github.com/renorari/opencv-ocr
ocr opencv python
Last synced: 26 days ago
JSON representation
このリポジトリは、PythonでOCRを行うためのサンプルコードを提供します。
- Host: GitHub
- URL: https://github.com/renorari/opencv-ocr
- Owner: renorari
- License: unlicense
- Created: 2024-11-23T03:08:15.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-23T03:56:06.000Z (over 1 year ago)
- Last Synced: 2024-11-23T04:22:04.517Z (over 1 year ago)
- Topics: ocr, opencv, python
- Language: Python
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PythonでOCR
## 概要
このリポジトリは、PythonでOCRを行うためのサンプルコードを提供します。
## 環境
- Python 3.12
- Tesseract 5.5.0
- OpenCV 4.10.0
## インストール
```bash
pip install -r requirements.txt
```
## 使い方
```bash
python main.py
```
実行すると、`test.png`を読み込んで、OCRを行います。
OCRは、英語のみ対応しています。
## ライセンス
unlicense ()