Dean Malmgren
Dean Malmgren
I noticed that it is not possible to animate the stroke-opacity and fill-opacity on text elements. I believe that this might be because the fill-opacity and stroke-opacity are embedded in...
In trying to implement the filter I described in #132, I realized that I couldn't get [any of the custom filters listed in the documentation to work](http://camanjs.com/guides/#Extending). None of them...
I have an application where I'd like to manipulate a subset of the pixels in an image. For example, imagine looking at a selfie and making all pixels that aren't...
In the current documentation, custom filters like `posterize` do not have the ability to chain like `this.posterize(3).render()`. I added a few lines to clarify that you should `return this` so...
I tend to embed inline javascript snippets by using [`{% include %}` django template tags](https://docs.djangoproject.com/en/dev/ref/templates/builtins/?from=olddocs#include) like this: ``` -# template.haml !!! 5 %html %body %p hello world %script {% autoescape...
> @barrust brought this up in #122 When iterating over a large number of files, it is difficult to specify non-standard `method` kwargs for different filetypes. For example, currently `method`...
_@mubaldino mentioned this in #18 but I thought I'd open a separate issue to have a more focused conversation on this particular feature_ Other tools, such as Tika, also extract...
> @pudo proposed this idea in https://github.com/deanmalmgren/textract/pull/66#issuecomment-54709071 and I wanted to be sure to capture it before I forget. With the way that the pdf parser currently works, you have...
I'm currently relying on Travis for the testing of multiple environments, but that is rather annoying if you just want to run the tests locally. I'm creating this issue as...
This is currently using the `unrtf` command line tool, but it would be nice to have a pure python extraction method as a fallback.