Labels
Text Files and Labels
Learn how labeling Text files works using the Encord SDK.
Import Text Regions to Text Files
A single text region
object label can be added at a character range between start
and end
using range
.
Import Classifications to Text Files
The example for the Classification uses nested attributes with the Ontology structure as follows:
- Accurate?
- Yes
- No
- Correction (text field to provide edits for the correction)
create_instance
must use range_only=True
for text documents. This includes HTML documents.Export Labels for Text Files
Remove Labels from Text Files
Was this page helpful?