OCR Text Detection Examples (OpenCV + Tesseract)

Опубликовано: 17 Май 2026
на канале: Cielle Mae Penamora
28
0

Real-Time OCR Text Detection | CMPE 103 Object-Oriented Programming

Hello, World! 🚀 In this video, I’m demonstrating my first activity for CMPE 103: Object-Oriented Programming. For this task, I replicated an existing Python project focused on Optical Character Recognition (OCR) using OpenCV and Tesseract OCR.

This application extracts text from images and video streams by identifying individual characters and words. Key features include:
Character Detection: Drawing precise bounding boxes around every letter.
Word Recognition: Grouping characters into legible words using the `image_to_data` function.
Digit-Only Filter: Using custom configurations (`--oem 3 --psm 6`) to isolate numerical data.

🔗 GitHub Repository:
Check out the source code and the technical documentation here:
https://github.com/TechyElle/Text-Detectio...