如何使用文档转换服务转换多个文档。
我想要使用 convert_document
API 方法转换 50-100 个 MS Word 和 PDF 文档?
例如,您可以提供多个这样的 .pdf 或 *.doc 文件吗?:
curl -u "username":"password" -X POST
-F "config={\"conversion_target\":\"ANSWER_UNITS\"};type=application/json"
-F "file=@\*.doc;type=application/msword"
"https://gateway.watsonplatform.net/document-conversion-experimental/api/v1/convert_document"
不幸的是,这给出了一个错误: curl:(26)无法打开文件“* .doc”。我也尝试过“file=@file1.doc,file2.doc,file3.doc”,但这也给出了错误。