Colorful-Black/README.md
Jiale Liu a133137d7b
第一次提交 Init commit
第一次提交 Init commit
2020-02-05 21:45:53 +08:00

30 lines
450 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 五彩斑斓的黑
## 项目简介
把pdf文件转化为五彩斑斓的pdf
这样看黑白论文的时候就不无聊了(
## 环境依赖
```
conda install flask imagemagick wand ghostscript opencv -c conda-forge
yum install mesa-libGL.x86_64
```
## 运行
```
python server.py
```
## TODOS
异步返回处理结果
使用`OSS`减轻网络io负担
更多文件图片格式支持
## 备注
写着玩的项目,看心情维护