This repository is a collection of handy Python scripts designed to assist you in various tasks. Whether you're a beginner or an experienced developer, you'll find these scripts useful for automating tasks, simplifying workflows, or just exploring different aspects of Python programming.
This Python script enables users to detect specific colors within images/videos.
The format of the color a user enters should be in BGR (Blue-Green-Red) format, not RGB.
Here, we choose yellow color
TODO
This Python script enables users to detect text within images.
Before going to code, you need the following things ⬇️:
-
Download
tesseract-ocr.exe
fromhttps://github.com/UB-Mannheim/tesseract/wiki
. -
Execute it.
-
Copy the installation path: By default it's
C:\Program Files\Tesseract-OCR\tesseract.exe
. -
If needed, add more languages:
- Download the desired language from
https://tesseract-ocr.github.io/tessdoc/Data-Files#data-files-for-version-400-november-29-2016
. - Include them here
C:\Program Files\Tesseract-OCR\tessdata
.
- Download the desired language from