소스 검색

correct python3-pil reference

Joseph Vest 5 년 전
부모
커밋
dd690a016c
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -77,7 +77,7 @@ Install Python requirements
     
 Optional - Install additional OCR support dependencies
 
-- Debian/Ubuntu: `apt-get install tesseract-ocr python3-imaging`
+- Debian/Ubuntu: `apt-get install tesseract-ocr python3-pil`
 
 - MAC OSX: `brew install tesseract`
 
@@ -88,7 +88,7 @@ __pipenv installation__
 
 Optional - Install additional OCR support dependencies
 
-- Debian/Ubuntu: `apt-get install tesseract-ocr python3-imaging`
+- Debian/Ubuntu: `apt-get install tesseract-ocr python3-pil`
 
 ## Tip