model_list.py 223 B

12345678910
  1. class AtomicModel:
  2. Layout = "layout"
  3. MFD = "mfd"
  4. MFR = "mfr"
  5. OCR = "ocr"
  6. WirelessTable = "wireless_table"
  7. WiredTable = "wired_table"
  8. TableCls = "table_cls"
  9. ImgOrientationCls = "img_ori_cls"