Dean Malmgren

Results 102 comments of Dean Malmgren

Sounds like a really interesting idea. Would you like to propose the command line interface for what that could look like? My main concern is for deciding how we route...

:+1: PR's greatly accepted! What image types do you imagine supporting that textract doesn't currently support?

this might be a good use case for using the mimetypes, actually. If we detect that something has an image mimetype, we can have PIL convert it to X before...

@w1kke that sounds really promising! I like the idea of using [pyjnius](https://github.com/kivy/pyjnius) to get this to work. The [java dependency for installation](http://pyjnius.readthedocs.org/en/latest/installation.html) doesn't sound too terrible and I like how...

@bitsgalore thanks for sharing the links; that's great to know.

@chrismattmann Thanks for sharing your thoughts on how you developed the tika python bindings and the pros/cons of pyjnius vs JCC. > That said, in looking at textract, I'm wondering...

Thanks everybody for your thoughts on this. I'm still not exactly sure what makes sense here—hoping from an epiphany from a little time to consider the options—but in e6cf734ed2c3e26107f397c743bb5d23e7ef9e58 I...

Thanks for opening up this as an issue, @pr3d4t0r! I'm glad to hear you are nearing distribution; that is very exciting indeed :) As I mentioned in [our twitter conversation](https://twitter.com/ciurana/status/766486722704134144),...

Also, how will your code distribution handle the unix commands that it requires? Are those GPL too?

@pr3d4t0r have you given this any additional thought? textract intrinsically relies not only on GPL python packages but also on various unix commands. I certainly want to be respectful of...