pdf parsing ---- pdf 文本解析
参考
工具列表:
中文 PDF 抽取工具
- pdfact
- paddleocr
grobid
- 中文支持不好
pdf2docx
- 排版信息不好,乱序
chinese_science_paper_to_text
pdfplumber
- 测试,中文专利可以
pdf 转图片
pdftoppm
- poppler 套装组件
pyvips (libvips)
pypdfium2
Thermodynamics 热力学
参考
网站
TRC – Thermodynamics Research Center 美国热力学研究中心
工具软件
- HSC Chemistry
FactSage
- https://www.factsage.com/
- 二元相图,三元相图等
Thermocalc
image rendering ---- render image with python 图片处理
图片存储网站
postimages: Postimages — free image hosting / image upload
- 免费
工具
- OpenCV
- pillow
- scikit-image
- scipy.ndimage
load and save
教程
三种方式
- PIL
- opencv –> np.ndarray
matplotlib
Spacemacs Notes
切换国内源
| |
Apidocjs
教程
@apiIgnore 跳过在写的部份(未完成)
@apiSuccess 返回 Response 参数解释
嵌套 json 解释
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25def crop_image(): """ @api {post} /crop_image Request to crop image for a pdf @apiName CropImagePost @apiGroup Cropper @apiVersion 0.1.0 @apiSuccess {String} code Status code. @apiSuccess {Object[]} data Tasks' result list. @apiSuccess {Number} data.code Status code of the Task. @apiSuccess {String} data.coordinates Coordinate group of the Task. @apiSuccessExample {json} Success Response json: { "code": 2000, "data": [ { "code": 2000, "coordinates": "1,166.6,539.87,16.5022,9.1575;1,166.6,539.87,16.5022,9.1575", } ], } """ pass