An open API service indexing awesome lists of open source software.

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を行うためのサンプルコードを提供します。

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 ()