Tag

pytesseract

0 views collected around this technical thread.

Test Development Learning Exchange
Test Development Learning Exchange
Dec 6, 2024 · Artificial Intelligence

Using pytesseract and Pillow for OCR: Installation, Configuration, and Accuracy Improvement Techniques

This guide explains how to install Tesseract OCR and the Python libraries pytesseract and Pillow, configure the engine path, perform image-to-text extraction with example code, and apply various preprocessing, detection, and post‑processing methods to significantly improve OCR accuracy.

OCRTesseractcomputer vision
0 likes · 8 min read
Using pytesseract and Pillow for OCR: Installation, Configuration, and Accuracy Improvement Techniques
Test Development Learning Exchange
Test Development Learning Exchange
Jan 4, 2024 · Artificial Intelligence

Solving Image Captchas in Selenium Automation with Python and OCR

This tutorial demonstrates how to use Python's urllib to download captcha images, apply pytesseract OCR for text extraction, and integrate the result into Selenium scripts to automate the entry of image captchas during web testing.

OCRSeleniumTesting
0 likes · 4 min read
Solving Image Captchas in Selenium Automation with Python and OCR
Python Programming Learning Circle
Python Programming Learning Circle
Feb 14, 2020 · Artificial Intelligence

Using pytesseract for Image‑to‑Text Conversion with Python

This tutorial introduces OCR basics, explains the Tesseract engine, and demonstrates how to install and use the Python pytesseract library to convert images into editable text with just a few lines of code, including practical tips for handling file paths and language settings.

OCRTesseractcomputer vision
0 likes · 4 min read
Using pytesseract for Image‑to‑Text Conversion with Python