├── GeoTr.py ├── LICENSE.md ├── OCR_eval.py ├── README.md ├── assets ├── github_demo.png └── github_demo_v2.png ├── distorted ├── 25.jpg ├── 48_2 copy.png └── 51_1 copy.png ├── evalUnwarp.m ├── extractor.py ├── inference.py ├── model_pretrained └── readme.txt ├── position_encoding.py ├── rectified ├── 25_geo.png ├── 48_2 copy_geo.png └── 51_1 copy_geo.png ├── requirements.txt └── ssimm_ldm_eval.m /GeoTr.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fh2019ustc/DocTr-Plus/HEAD/GeoTr.py -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fh2019ustc/DocTr-Plus/HEAD/LICENSE.md -------------------------------------------------------------------------------- /OCR_eval.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fh2019ustc/DocTr-Plus/HEAD/OCR_eval.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fh2019ustc/DocTr-Plus/HEAD/README.md -------------------------------------------------------------------------------- /assets/github_demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fh2019ustc/DocTr-Plus/HEAD/assets/github_demo.png -------------------------------------------------------------------------------- /assets/github_demo_v2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fh2019ustc/DocTr-Plus/HEAD/assets/github_demo_v2.png -------------------------------------------------------------------------------- /distorted/25.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fh2019ustc/DocTr-Plus/HEAD/distorted/25.jpg -------------------------------------------------------------------------------- /distorted/48_2 copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fh2019ustc/DocTr-Plus/HEAD/distorted/48_2 copy.png -------------------------------------------------------------------------------- /distorted/51_1 copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fh2019ustc/DocTr-Plus/HEAD/distorted/51_1 copy.png -------------------------------------------------------------------------------- /evalUnwarp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fh2019ustc/DocTr-Plus/HEAD/evalUnwarp.m -------------------------------------------------------------------------------- /extractor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fh2019ustc/DocTr-Plus/HEAD/extractor.py -------------------------------------------------------------------------------- /inference.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fh2019ustc/DocTr-Plus/HEAD/inference.py -------------------------------------------------------------------------------- /model_pretrained/readme.txt: -------------------------------------------------------------------------------- 1 | Put the pretrained model in this directory 2 | -------------------------------------------------------------------------------- /position_encoding.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fh2019ustc/DocTr-Plus/HEAD/position_encoding.py -------------------------------------------------------------------------------- /rectified/25_geo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fh2019ustc/DocTr-Plus/HEAD/rectified/25_geo.png -------------------------------------------------------------------------------- /rectified/48_2 copy_geo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fh2019ustc/DocTr-Plus/HEAD/rectified/48_2 copy_geo.png -------------------------------------------------------------------------------- /rectified/51_1 copy_geo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fh2019ustc/DocTr-Plus/HEAD/rectified/51_1 copy_geo.png -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fh2019ustc/DocTr-Plus/HEAD/requirements.txt -------------------------------------------------------------------------------- /ssimm_ldm_eval.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fh2019ustc/DocTr-Plus/HEAD/ssimm_ldm_eval.m --------------------------------------------------------------------------------