2019/01/23 - [Language/Python] - library Pillow - thumbnail create2019/01/24 - [Language/Python] - library Tesseract - OCR 이미지 처리 후 OCR 결과 얻기 from PIL import Image import subprocess def cleanFile(filePath, newFilePath): image = Image.open(filePath) # 회색 임계점 설정후 저장 image = image.point(lambda x: 0 if x