Most voted "pillow" questions
Use this tag when the question refers to the Pillow package.
Learn more…5 questions
Sort by count of
-
1
votes1
answer384
viewsReturn pixel of a certain color analyzed by Imagegrab
I need to identify a color in a pixel "rectangle" and return its position to save to a variable. For example, in this image, I need to detect the blue color, and when detected it returns to me the…
-
1
votes0
answers37
viewsHow do I center a text with the python PIL library?
so guys, I did an event on_member_join with an image using the Pillow library, and I’m looking for help to make the PIL calculate the text size and center it according to the user’s name, can help…
-
0
votes1
answer27
viewsPrintable images with the Pillow library
I am developing an automatic certificate issuance project where I use the pandas to pull the names of a spreadsheet and Pillow to write the names in the certificate. The problem occurs when printing…
-
0
votes0
answers126
viewsHow to recognize images using python, cv2, Pillow and Tesseract?
I’m trying to recognize the images below, but I’m not able to abstract the content correctly. A few examples: Code import numpy as np import cv2 import mahotas import pytesseract as ocr from PIL…
-
0
votes1
answer33
viewsFind photo in Drive
I created a Google Forms form where I upload a photo, and I have another field where people describe the photo. The idea is to take this description and insert it into the photo description…