Color detection and OCR
Hi
how to detect numbers and their color which each number is in it ??
Comments
- Perform text detection(where is the number) - maybe with that here https://www.pyimagesearch.com/2018/08...
- Crop area and do background removal
- Feed in the crop to a ocr software like Tesseract and read the text
- For color detection you could maybe use kmeans to get the main color for your crop