chenzhaoyang
2025-12-17 063da0bf961e1d35e25dc107f883f7492f4c5a7c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
---
title: Structured Data Parsing
type: templates
order: 2004
meta_title: Gallery of Structured Data Parsing Labeling Templates
meta_description: Gallery of templates available to perform data labeling and annotation tasks with Label Studio for your machine learning model and data science projects.
layout: templates
cards:
- title: Freeform Metadata
  categories:
  - metadata tagging
  - custom metadata
  image: "/images/templates/freeform-metadata.png"
  url: "/templates/freeform_metadata.html"
 
- title: PDF Classification
  categories:
  - classification
  image: "/images/templates/pdf-classification.png"
  url: "/templates/pdf_classification.html"
 
- title: Tabular Data
  categories:
  - data table
  image: "/images/templates/tabular-data.png"
  url: "/templates/tabular_data.html"
 
- title: HTML Entity Recognition
  categories:
  - named entity recognition
  - HTML document labeling
  image: "/images/templates/html-entity-recognition.png"
  url: "/templates/html_document.html"
 
- title: HTML Classification
  categories:
  - classification
  - content moderation
  image: "/images/templates-misc/html-classification.png"
  url: "/templates/html_classification.html"
 
---