Document Conversionサービスを使用して複数のドキュメントを変換するにはどうすればよいですか。
convert_document
API メソッドを使用して変換したい MS Word および PDF ドキュメントが 50 ~ 100 個あり ますか?
たとえば、次のように複数の .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) could't open file "*.doc". 「file=@file1.doc,file2.doc,file3.doc」も試しましたが、エラーも発生します。