Skip to content

Commit

Permalink
docs: Update multi-page-document-annotation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
makseq authored Jan 26, 2025
1 parent b9fb827 commit cc86b08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/templates/multi-page-document-annotation.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Multi-page document annotation requires that you first pre-process your document
To improve performance, we preload images by downloading an image via XHR and storing it in the local browser’s storage. For this to function properly, you must set up a CORS policy on the CDN/storage where the images are located. Specifically, the following headers must be set:

```
Access-Control-Allow-Origin: https://app.heartex.com
Access-Control-Allow-Origin: https://app.humansignal.com
Access-Control-Allow-Methods: GET, OPTIONS
Access-Control-Allow-Headers: Content-Type
```
Expand Down

0 comments on commit cc86b08

Please sign in to comment.