Files
OCRmyPDF/ocrmypdf
Jakub Wilkandjbarlow83 2846fb4e31 Remove misplaced flags from re.sub() call (#153)
The 4th argument of re.sub() is maximum number of substitutions,
not flags.

Moreover, re.MULTILINE affects only semantics of ^ and $,
so it wouldn't have any effect on this regular expression.
2017-04-20 00:38:23 -07:00
..
2017-01-27 14:17:13 -08:00
2016-08-31 17:01:42 -07:00
2017-03-29 13:19:34 -07:00