izderadicka / pdfparser

Python binding to libpoppler with focus on text extraction
97 stars 45 forks source link

Installation on Windows #17

Open zhgwei opened 5 years ago

zhgwei commented 5 years ago

I want to install it on windows. Is it possible?

izderadicka commented 5 years ago

Maybe - there is nothing in code specific for *nix, but problem might be with dependencies, especially libpoppler. Cython should be available for windows, you'll need to compile libpoppler - MinGW environment might be first choice. So you can try, good luck. I do not have need for Windows support.