Skip to content

Commit

Permalink
Merge pull request #113 from onionradish/tif-extension-synonym
Browse files Browse the repository at this point in the history
Add .TIF extension synonym
  • Loading branch information
Dean Malmgren committed Nov 15, 2016
2 parents 91a4545 + e254aeb commit 84f3ea8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions textract/parsers/__init__.py
Expand Up @@ -12,6 +12,7 @@
".jpeg": ".jpg",
".htm": ".html",
"": ".txt",
".tif": ".tiff",
}

# default encoding that is returned by the process method. specify it
Expand Down

0 comments on commit 84f3ea8

Please sign in to comment.