Florent Gbelidji commited on
Commit
dbef8f5
·
verified ·
1 Parent(s): eccce29

Sync DeepSeek OCR HF job code

Browse files
Files changed (1) hide show
  1. ds_batch_ocr/stages.py +0 -2
ds_batch_ocr/stages.py CHANGED
@@ -633,8 +633,6 @@ def dataclass_to_dict(document: DocumentMetadata) -> Dict[str, Any]:
633
  "label": figure.label,
634
  "image_path": figure.image_path,
635
  "document_relative_path": figure.document_relative_path,
636
- "bounding_box_norm": figure.bounding_box_norm,
637
- "bounding_box_norm_list": figure.bounding_box_norm_list,
638
  "bounding_box_pixels": figure.bounding_box_pixels,
639
  "description": figure.description,
640
  }
 
633
  "label": figure.label,
634
  "image_path": figure.image_path,
635
  "document_relative_path": figure.document_relative_path,
 
 
636
  "bounding_box_pixels": figure.bounding_box_pixels,
637
  "description": figure.description,
638
  }