Note |
---|
This service is deprecated and will removed in one of the next releases. You can use /wiki/spaces/SD/pages/353140836 which now uses the latest GA version 2024-11-30. |
Analogous to /wiki/spaces/SD/pages/353140836, the following custom single page ingestion service enables the use of the GA version 2023-07-31 of Microsoft’s Document Intelligence layout service, formerly called Form Recognizer.
Key capabilities:
...
Code Block |
---|
curl --location --request POST 'https://gateway.<baseUrl>/ingestion/v1/folder/<scopeId>/properties' \ --header 'Authorization: Bearer <yourToken>' \ --header 'Content-Type: application/json' \ --data-raw '{ "properties": { "ingestionConfig": { "pdfReadMode": "CUSTOM_SINGLE_PAGE_API", "customApiOptions": [{ "customsationTypecustomisationType": "CUSTOM_SINGLE_PAGE_API", "apiIdentifier": "Unique Text Extraction API" }] } }, "applyToSubScopes": true }' |
...
Code Block |
---|
{ ... "ingestionConfig": { "pdfReadMode": "CUSTOM_SINGLE_PAGE_API", "customApiOptions": [{ "customsationTypecustomisationType": "CUSTOM_SINGLE_PAGE_API", "apiIdentifier": "Unique Text Extraction API" }] }, ... } |
...