/DocTr-Plus

The official code for “Deep Unrestricted Document Image Rectification”, TMM, 2023.

Primary LanguagePythonMIT LicenseMIT

🔥 Good news! Our demo has already exceeded 10,000 calls!

🔥 Good news! Our work has been accepted by IEEE Transactions on Multimedia.

🚀 Exciting update! We have created a demo for our paper, showcasing the generic rectification capabilities of our method. Check it out here!

🔥 Good news! Our new work exhibits state-of-the-art performances on the DocUNet Benchmark dataset: DocScanner: Robust Document Image Rectification with Progressive Learning with Repo.

🔥 Good news! A comprehensive list of Awesome Document Image Rectification methods is available.

DocTr++

Demo Demo

DocTr++: Deep Unrestricted Document Image Rectification

DocTr++ is an enhanced version of the original DocTr: Document Image Transformer for Geometric Unwarping and Illumination Correction, aiming to rectify various distorted document images in the wild, whether or not the document is fully present in the image.

Any questions or discussions are welcomed!

🚀 Demo (Link)

  1. Upload the distorted document image to be rectified in the left box.
  2. Click the "Submit" button.
  3. The rectified image will be displayed in the right box.
  4. Our demo environment is based on a CPU infrastructure, and due to image transmission over the network, some display latency may be experienced.

Alt text

Inference

  1. Put the pretrained model to $ROOT/model_pretrained/.
  2. Put the distorted images in $ROOT/distorted/.
  3. Run the script and the rectified images are saved in $ROOT/rectified/ by default.
    python inference.py
    

Evaluation

  • Image Metrics: We propose the metrics MS-SSIM-M and LD-M, different from that for DocUNet Benchmark dataset. We use Matlab 2019a. Please compare the scores according to your Matlab version. We provide our Matlab interface file at $ROOT/ssim_ld_eval.m.
  • OCR Metrics: The index of 70 document (70 images) in UDIR test set used for our OCR evaluation is provided in $ROOT/ocr_eval.py. The version of pytesseract is 0.3.8, and the version of Tesseract in Windows is recent 5.0.1.20220118. Note that in different operating systems, the calculated performance has slight differences.

Citation

If you find this code useful for your research, please use the following BibTeX entry.

@inproceedings{feng2021doctr,
  title={DocTr: Document Image Transformer for Geometric Unwarping and Illumination Correction},
  author={Feng, Hao and Wang, Yuechen and Zhou, Wengang and Deng, Jiajun and Li, Houqiang},
  booktitle={Proceedings of the 29th ACM International Conference on Multimedia},
  pages={273--281},
  year={2021}
}
@article{feng2023doctrp,
  title={Deep Unrestricted Document Image Rectification},
  author={Feng, Hao and Liu, Shaokai and Deng, Jiajun and Zhou, Wengang and Li, Houqiang},
  journal={IEEE Transactions on Multimedia},
  year={2023}
}

Contact

For commercial usage, please contact Professor Wengang Zhou (zhwg@ustc.edu.cn) and Hao Feng (haof@mail.ustc.edu.cn).