标签: python-3.x python-imaging-library
我必须阅读文本,但我需要文本的RGB值。我怎么才能得到它? 我正在使用以下代码段阅读文本。 有人可以帮我吗?
RGB
from PIL import Image from pytesseract import image_to_string print(image_to_string(Image.open('images.png')))