File tree Expand file tree Collapse file tree 3 files changed +30
-0
lines changed
label_studio_jsx_files/ocr Expand file tree Collapse file tree 3 files changed +30
-0
lines changed Original file line number Diff line number Diff line change 108
108
"type" : "labels" ,
109
109
},
110
110
},
111
+ "OCRTextlineSegmentation" : {
112
+ "ocr_transcribed_json" : {
113
+ "to_name" : "image_url" ,
114
+ "from_name" : [
115
+ "annotation_bboxes" ,
116
+ ],
117
+ "type" : ["rectangle" ],
118
+ },
119
+ },
111
120
"OCRTranscription" : {
112
121
"ocr_transcribed_json" : {
113
122
"to_name" : "image_url" ,
Original file line number Diff line number Diff line change
1
+ < View >
2
+ < Style > .ant-input { font - size : large ; } </ Style >
3
+ < Image name = "image_url" value = "$image_url" />
4
+ < Rectangle name = "annotation_bboxes" toName = "image_url" strokeWidth = "3" className = "ignore_assertion" />
5
+ </ View >
Original file line number Diff line number Diff line change @@ -83,6 +83,22 @@ Translation:
83
83
OCR :
84
84
description : " Performing OCR on images"
85
85
project_types :
86
+ OCRTextlineSegmentation :
87
+ project_mode : " Annotation"
88
+ label_studio_jsx_file : " ocr_textline_segmentation.jsx"
89
+ input_dataset :
90
+ class : OCRDocument
91
+ fields :
92
+ - image_url
93
+ display_fields :
94
+ - image_url
95
+ prediction : ocr_prediction_json
96
+ output_dataset :
97
+ class : OCRDocument
98
+ save_type : in_place
99
+ fields :
100
+ annotations :
101
+ - ocr_transcribed_json
86
102
OCRTranscription :
87
103
project_mode : " Annotation"
88
104
label_studio_jsx_file : " ocr/ocr_transcription.jsx"
You can’t perform that action at this time.
0 commit comments