{ "@odata.context": "https://ms-perftest.search.windows.net/$metadata#skillsets/$entity", "@odata.etag": "\"0x8DAD7057A2A3AAE\"", "name": "perfskillset", "description": "Perf Skillset", "skills": [ { "@odata.type": "#Microsoft.Skills.Vision.OcrSkill", "name": "#1", "description": null, "context": "/document/normalized_images/*", "textExtractionAlgorithm": null, "lineEnding": "Space", "defaultLanguageCode": "en", "detectOrientation": true, "inputs": [ { "name": "image", "source": "/document/normalized_images/*" } ], "outputs": [ { "name": "text", "targetName": "text" }, { "name": "layoutText", "targetName": "layoutText" } ] }, { "@odata.type": "#Microsoft.Skills.Text.MergeSkill", "name": "#2", "description": "Merge native text content and inline OCR content where images were present", "context": "/document", "insertPreTag": " ", "insertPostTag": " ", "inputs": [ { "name": "text", "source": "/document/content" }, { "name": "itemsToInsert", "source": "/document/normalized_images/*/text" } ], "outputs": [ { "name": "mergedText", "targetName": "nativeTextAndOcr" } ] } ], "cognitiveServices": { "@odata.type": "#Microsoft.Azure.Search.CognitiveServicesByKey", "description": "/subscriptions/846c61fa-16bd-488d-ba48-089967b76b6a/resourceGroups/ww-msingh-jfk-rg/providers/Microsoft.CognitiveServices/accounts/mstestjfk-cognitive-services", "key": "28cf48d4b0ad4cb7b4ee7d8e20dc5eba" }, "knowledgeStore": null, "encryptionKey": null }