Patent2net / P2N

Last P2N version, working on
13 stars 7 forks source link

Optimize image conversion using ImageMagick #27

Open amotl opened 6 years ago

amotl commented 6 years ago

Note to self: We should optimize output.read()[:200] to output.read(200) here ;]:

https://github.com/Patent2net/P2N/blob/bde4de74/p2n/util.py#L363