Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 4810

Beginners • Re: Number recognition from pictures?

$
0
0
sudo apt-get install tesseract-ocr

Then in Python...

Code:

import osos.system("rpicam-still -o page.jpg")os.system("tesseract page.jpg pagetext")

Statistics: Posted by gordon77 — Fri Jun 28, 2024 7:37 am



Viewing all articles
Browse latest Browse all 4810

Trending Articles