我们最近实现了来自 IBM Watson 的文档转换 API。我可以使用 Web 文件 (www.something.com) 作为输入。
curl -X POST -u "username":"password" -F config="{\"conversion_target\":\"answer_units\"}" -F "file=@www.something.com/readme.html;type=text/html" "https://gateway.watsonplatform.net/document-conversion/api/v1/convert_document?version=2015-12-15"