Clovaai Donut Versions Save

Official Implementation of OCR-free Document Understanding Transformer (Donut) and Synthetic Document Generator (SynthDoG), ECCV 2022

1.0.9

1 year ago
  • enhance CPU performance by removing torch.bfloat16 related lines 1f4b27c
  • update comments and README

1.0.8

1 year ago

1.0.7

1 year ago
  • update JSONParseEvaluator 86bcafe
    • add functions to calculate (strict) F1 accuracy score
    • enhance the logic in normalize_dict
  • update docstrings and comments

1.0.4

1 year ago
  • fixed some minor issues
    • convert PIL image to RGB in prepare_input 74507ce
    • set max_iter with config.max_steps 4130973

1.0.3

1 year ago
  • Initial release