Stay organized with collections
Save and categorize content based on your preferences.
Occasionally, you might require a way to index document content without granting every reader or viewer direct, full access to that content.
Background
First, you need a way to ingest Document AI parsed documents in JSON format to Document AI Warehouse.
Next, limit viewers from seeing full documents inside Document AI Warehouse. A summary appears instead of the content itself.
Methods
Depending on whether or not viewers use the same application for viewing documents, this feature falls into two different categories:
Default viewer URL: If viewers all use the same application and this property is set, they can find an external link next to the document name. Clicking the document name opens a new tab with the embedded URL. If a viewer finds the document ID and tries to navigate to the document viewer, they are redirected to the URL specified in this property.
External app URL: When viewers use different applications for viewing documents, this is a map property. For example, a HITL labeler might open the HITL app to correct entities, but a business user opens the Sharepoint app to review the document.
The key is the app name, and the value is the URL. In the menu at the end of each row, you can add Open with links to the menu.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-26 UTC."],[[["\u003cp\u003eDocument AI Warehouse is being deprecated and will be unavailable on Google Cloud after January 16, 2025, requiring users to migrate their data to an alternative service like Cloud Storage.\u003c/p\u003e\n"],["\u003cp\u003ePre-GA features, such as the one described, are subject to the "Pre-GA Offerings Terms," are provided "as is," and may have limited support.\u003c/p\u003e\n"],["\u003cp\u003eUsers can index document content without granting full access to it by utilizing Document AI parsed documents in JSON format.\u003c/p\u003e\n"],["\u003cp\u003eThe system allows for setting either a default viewer URL or an external app URL map, depending on whether all viewers use the same application or different ones for viewing documents.\u003c/p\u003e\n"],["\u003cp\u003eUsers can configure a web application to utilize these features as the next step.\u003c/p\u003e\n"]]],[],null,["# Open documents in third-party viewers\n\n| **Caution** : Document AI Warehouse is deprecated and will no longer be available on Google Cloud after January 16, 2025. To safeguard your data, migrate any documents currently saved in Document AI Warehouse to an alternative like Cloud Storage. Verify that your data migration is completed before the discontinuation date to prevent any data loss. See [Deprecations](/document-warehouse/docs/deprecations) for details.\n\n\u003cbr /\u003e\n\n|\n| **Preview**\n|\n|\n| This feature is subject to the \"Pre-GA Offerings Terms\" in the General Service Terms section\n| of the [Service Specific Terms](/terms/service-terms#1).\n|\n| Pre-GA features are available \"as is\" and might have limited support.\n|\n| For more information, see the\n| [launch stage descriptions](/products#product-launch-stages).\n\nOccasionally, you might require a way to index document content without granting every reader or viewer direct, full access to that content.\n\nBackground\n----------\n\n- First, you need a way to ingest Document AI parsed documents in JSON format to Document AI Warehouse.\n- Next, limit viewers from seeing full documents inside Document AI Warehouse. A summary appears instead of the content itself.\n\n| **Note:** When clicking the filename, open the original Sharepoint link, not the document viewer.\n\nMethods\n-------\n\nDepending on whether or not viewers use the same application for viewing documents, this feature falls into two different categories:\n\n1. **Default viewer URL:** If viewers all use the same application and this property is set, they can find an external link next to the document name. Clicking the document name opens a new tab with the embedded URL. If a viewer finds the document ID and tries to navigate to the document viewer, they are redirected to the URL specified in this property.\n\n {\n \"name\": \"defaultViewerUrl\",\n \"display_name\": \"Default Viewer URL\",\n \"is_repeatable\": false,\n \"is_filterable\": true,\n \"is_searchable\": true,\n \"is_metadata\": true,\n \"is_required\": false,\n \"text_type_options\": {},\n \"schema_sources\": []\n } \n\n2. **External app URL:** When viewers use different applications for viewing documents, this is a map property. For example, a HITL labeler might open the HITL app to correct entities, but a business user opens the Sharepoint app to review the document.\n\n The key is the app name, and the value is the URL. In the menu at the end of each row, you can add **Open with** links to the menu.\n\n {\n \"name\": \"externalAppMap\",\n \"display_name\": \"External URL Map\",\n \"is_repeatable\": false,\n \"is_filterable\": true,\n \"is_searchable\": true,\n \"is_metadata\": true,\n \"is_required\": false,\n \"map_type_options\": {},\n \"schema_sources\": []\n }\n\nNext step\n---------\n\nLearn to [Configure the web application](/document-warehouse/docs/administer-warehouse)."]]