name: "ocr_td_postprocess" backend: "python" input [ { name: "td_output" data_type : TYPE_FP32 dims : [1, -1, -1, 2] }, { name: "resize_ratio" data_type: TYPE_FP32 dims: [1] } ] output [ { name: "detected_text_box_list" data_type: TYPE_FP32 dims: [-1, 4, 2] } ]