この文章は Salesforce 機械翻訳システムを使用して翻訳されました。詳細はこちらをご参照ください。
英語に切り替える

OCR テキスト抽出 (GET、POST)

OCR ドキュメントスキャン結果の最新バージョンから抽出したドキュメントのキーと値のペアの詳細を取得します。ドキュメントの最新バージョンから抽出したテキストを使用して OCR ドキュメントスキャン結果レコードを作成します。
リソース
1/connect/form-reader/contentDocuments/${contentDocumentId}/ocrDocumentScanResults
GET の例
1https://yourInstance.salesforce.com/services/data/vXX.X/connect
2/form-reader/contentDocuments/069RM0000001ex5YAA/ocrDocumentScanResults
1https://yourInstance.salesforce.com/services/data/vXX.X/connect
2/form-reader/contentDocuments/069RM0000001ex5YAA/ocrDocumentScanResults?startPageIndex=1
1https://yourInstance.salesforce.com/services/data/vXX.X/connect
2/form-reader/contentDocuments/069RM0000001ex5YAA/ocrDocumentScanResults?endPageIndex=1
1https://yourInstance.salesforce.com/services/data/vXX.X/connect
2/form-reader/contentDocuments/069RM0000001ex5YAA/ocrDocumentScanResults?startPageIndex=1&endPageIndex=1
POST の例
1https://yourInstance.salesforce.com/services/data/vXX.X/connect
2/form-reader/contentDocuments/069RM0000001ex5YAA/ocrDocumentScanResults
使用可能なバージョン
55.0
Chatter が必要かどうか
いいえ
HTTP のメソッド
GET、POST
GET の要求パラメータ
パラメータ名 説明 必須か省略可能 使用可能なバージョン
endPageIndex Integer 抽出を終了するドキュメント内のページ番号。 省略可能 55.0
startPageIndex Integer 抽出を開始するドキュメント内のページ番号。 省略可能 55.0
GET のレスポンスボディ
Document Extraction Output
POST のリクエストボディ

JSON の例

1{
2
3   "startPageIndex" : 4,
4   "endPageIndex" : 4
5}
1{
2   "startPageIndex" : 4
3}
1{
2   "endPageIndex" : 4
3}
パラメータ名 説明 必須か省略可能 使用可能なバージョン
endPageIndex Integer 抽出を終了するドキュメント内のページ番号。 省略可能 55.0
startPageIndex Integer 抽出を開始するドキュメント内のページ番号。 省略可能 55.0
POST のレスポンスボディ
Document Extraction Output