HTML 转 Markdown 的 Java 库 jHTML2Md
- 授权协议: 未知
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: https://github.com/pnikosis/jHTML2Md
- 软件文档: https://github.com/pnikosis/jHTML2Md
- 官方下载: https://github.com/pnikosis/jHTML2Md
软件介绍
jHTML2Md 是一个用来实现 HTML 转 Markdown 的 Java 库。jHTML2Md 依赖于 jsoup。
示例代码:
URL url = new URL("http://www.example.com/");
HTML2Md.convert(url, 30000);或者:
String markdownText = HTML2Md.convert(html, baseURL);
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》 这本书的介绍吧!
