gkovacs / pdfocr

Adds text to PDF files using the cuneiform OCR software
MIT License
325 stars 49 forks source link

Case insensitive comparison of file extension #20

Closed 0xACE closed 9 years ago

0xACE commented 9 years ago

This solves issues #16 and #17.

gkovacs commented 9 years ago

thanks! think the condition for triggering the error was actually supposed to be .casecmp('.pdf') != 0, fixed that for you :)

0xACE commented 9 years ago

Thank you for the correction.

You can close issue #16 and #17.