python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Python + OpenCV - Show Video Feed from other script on Tkinter GUI
I have written a Python Script with the sole intention of detecting text on the webcam video feed using cv2 and pytesseract.
This function is called webcamOCR, and it's in OCRDetection.py.
For gui.py ...

Josue Marin
Votes: 0
Answers: 0
Removing noise line in captcha image to solve complex captcha image
I want to delete the random noise line in captcha iamge.
There are several captcha samples in below.
I utilized cv2 and pytesseract.
import cv2
from pytesseract import image_to_string
import pytess...
seongyeop
Votes: 0
Answers: 0
Can you use code for a specific font and font color with pytesseract?
Very amateur python programmer here with a question about pytesseract. I'm using pytesseract to scan work orders at work, but it's not doing a very good job.
Often the words that appear on the work o...
jowncluthber
Votes: 0
Answers: 0
How do I rotate an image of a dice into an upright position for optimal OCR?
I have the following images:
https://i.stack.imgur.com/sdEJQ.jpg - Die showing 1
https://i.stack.imgur.com/I4FTB.jpg - Die showing 2
https://i.stack.imgur.com/vmys7.jpg - Die showing 3
https://i.stack...
diceReaderGuy
Votes: 0
Answers: 0