PDF, HTML, websites
Upload PDFs, HTML files, or websites from an integrated cloud storage
To upload PDFs, HTML files, or websites from an integrated cloud storage:
- In Data, click Add.
- Select Upload.
- In the Integrations tab, select an integration from the list.
- Type a folder path (optional).
- Click Upload.
Learn how to create integrations.
Attach URLs
You can import PDFs, HTML files, or websites by linking them from external storages. The linked data is displayed in SuperAnnotate, but they aren't stored on our local servers. You can find the template CSV here.
sa.attach_items(
project = "Project Name",
attachments = "./items.csv",
annotation_status = "QualityCheck"
)
Updated about 1 month ago