HTML 转 Markdown 的 Java 库 jHTML2Md

码农软件 · 软件分类 · Markdown开发包 · 2019-10-09 17:41:29

软件介绍

jHTML2Md 是一个用来实现 HTML 转 Markdown 的 Java 库。jHTML2Md 依赖于 jsoup。

示例代码:

URL url = new URL("http://www.example.com/");
HTML2Md.convert(url, 30000);

或者:

String markdownText = HTML2Md.convert(html, baseURL);

本文地址:https://codercto.com/soft/d/16395.html

Algorithms for Image Processing and Computer Vision

Algorithms for Image Processing and Computer Vision

Parker, J. R. / 2010-12 / 687.00元

A cookbook of algorithms for common image processing applications Thanks to advances in computer hardware and software, algorithms have been developed that support sophisticated image processing with......一起来看看 《Algorithms for Image Processing and Computer Vision》 这本书的介绍吧!

在线进制转换器
在线进制转换器

各进制数互转换器

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具