ryscott5 / eparTextTools

BSD 3-Clause "New" or "Revised" License
2 stars 5 forks source link

allDocs() fails to recognise capitalized file extensions PDF and DOC #21

Closed Synaps3 closed 7 years ago

Synaps3 commented 7 years ago

I have a fix for this by adding fileName <- sapply(fileName,tolower)

to both getTextR() and OCR_DOCs()

Synaps3 commented 7 years ago

Fix checked in.