python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Text detection by paddle ocr issue
I am trying to detect text from image after image processing by using paddlepaddle ocr. but paddle ocr is unable to detect the text.
from paddleocr import PaddleOCR,draw_ocr
ocr = PaddleOCR(use_angle...
SHIVAM CHAUHAN
Votes: 0
Answers: 1
TesseractOCR PHP catching errors
TesseractOCR PHP, how do I catch the error if the image returns no text?
( ! ) Fatal error: Uncaught thiagoalessio\TesseractOCR\UnsuccessfulCommandException: Error!
ジョーンズ Chris
Votes: 0
Answers: 1
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
Getting to PyTesseract to work on cropped images of digits - unable to get correct digits
I am trying read digits from the face of a six sided die. It is a cropped image of just the face of the die. However, despite using many different configurations for image_to_string function I mostly ...
diceReaderGuy
Votes: 0
Answers: 1