Skip to content

Commit 0b24a06

Browse files
authored
Fix formatting and extension string
1 parent 8abb2ce commit 0b24a06

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/pytesseract.py

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,15 @@
3535

3636
RGB_MODE = 'RGB'
3737
SUPPORTED_FORMATS = {
38-
'JPEG', 'PNG', 'PBM', 'PGM', 'PPM', 'TIFF', 'BMP', 'GIF', 'WebP',
38+
'JPEG',
39+
'PNG',
40+
'PBM',
41+
'PGM',
42+
'PPM',
43+
'TIFF',
44+
'BMP',
45+
'GIF',
46+
'WEBP',
3947
}
4048

4149
OSD_KEYS = {

0 commit comments

Comments
 (0)