Jason Alan Palmer

Results 21 comments of Jason Alan Palmer

Glad you like the library! I agree that it would be nice to have wheels built automatically for all platforms, but the tools in this space are lacking: - [cibuildwheel](/joerick/cibuildwheel)...

If you need to use this library on Windows, right now you can - use conda to install poppler as described in the README, or - build poppler yourself and...

The current PDFs came from all different sources. It may take some time to come up with tex equivalents for each one, but I will look into it. I see...

You would need to get [poppler](https://poppler.freedesktop.org/) and its development files installed on Windows. I don't use Windows, so I am not much help, sorry. If you figure something out, I...

@zacps I don't understand what your diff changes. Does it just change the strings into raw strings, or am I missing something? There are no escape characters, so aren't both...

@woodsjs I finally set up appveyor and pushed a release including your changes from #47: https://pypi.org/project/pdftotext/2.1.3/ . I hope it's nicer for Windows/conda users now. Thanks again!

@GadgetSteve ? I didn't say I was planning to upload any Windows binaries

This library uses the [poppler cpp interface](https://poppler.freedesktop.org/api/cpp/), so you would first have to check if it exposes the functionality you desire.

I have been meaning to fix the layout regarding `non_raw_non_physical_layout`. When I created this library, poppler-cpp only exposed two different layouts, so that's what I used. But now it has...

I have created #83 to track fixing the layout options. This issue can remain to discuss adding any other options. I am not likely to add more options, as I...