LeoFCardoso/pdf2pdfocr

what does cmd_file implies

Harish202 opened this issue · 2 comments

cmd_file = 'file', may I know the intuition of this variable. Its path is always getting as None and I am not sure if we need to hard code it to some value or did I miss something during installation?

I have installed everything on windows.

Hi, this is to detect mime types on input files, using "file" command in POSIX systems.
In Windows you have to install "file" and make dure its callable from path.
Did you use the "install windows" tutorial using scoop?

Hey LeoFCardoso,

Thank you for quick reply, my bad its working now. I am closing the issue