Azure-Samples / Azure-Samples/document-intelligence-code-samples

How do you send base64 source in Python code?

オープン
#124 コメント 0 件 リアクション 1 件 担当者 0 名 GitHub で見る
主要言語
C#
スター
201
フォーク
115
PR マージ指標
30日以内にマージされた PR はありません

説明

What is the equivalent of below code for sending source as bytes instead of a url in Python? Basically I have an image that is converted to bytes that I want to process.

Documentation for this service is horrendous by the way, so hard to find anything.

```
poller = document_intelligence_client.begin_analyze_document(
"prebuilt-read", AnalyzeDocumentRequest(url_source=formUrl)
)
```

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。