From 85459e6ef2ed920ed221445cf1eadd3165618c51 Mon Sep 17 00:00:00 2001 From: 99Franklin <358622371@qq.com> Date: Tue, 31 Dec 2024 14:41:56 +0800 Subject: [PATCH] rename filename --- OCRBench/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OCRBench/README.md b/OCRBench/README.md index 440308c..fa4feaf 100644 --- a/OCRBench/README.md +++ b/OCRBench/README.md @@ -9,8 +9,8 @@ # Data | Data | Link | Description | | --- | --- | --- | -| Full Test Json | [Full Test](./json_files/FullTest.json) | This file contains the test data used in Table 1 and Table 2 from [Paper](https://arxiv.org/abs/2305.07895). | -| OCRBench Json | [OCRBench](./json_files/OCRBench.json) | This file contains the test data in OCRBench used in Table3 from [Paper](https://arxiv.org/abs/2305.07895). | +| Full Test Json | [Full Test](./OCRBench/FullTest.json) | This file contains the test data used in Table 1 and Table 2 from [Paper](https://arxiv.org/abs/2305.07895). | +| OCRBench Json | [OCRBench](./OCRBench/OCRBench.json) | This file contains the test data in OCRBench used in Table3 from [Paper](https://arxiv.org/abs/2305.07895). | | All Test Images |[All Images](https://drive.google.com/file/d/1U5AtLoJ7FrJe9yfcbssfeLmlKb7dTosc/view?usp=drive_link) | This file contains all the testing images used in [Paper](https://arxiv.org/abs/2305.07895), including OCRBench Images.| | OCRBench Images | [OCRBench Images](https://drive.google.com/file/d/1a3VRJx3V3SdOmPr7499Ky0Ug8AwqGUHO/view?usp=drive_link) | This file only contains the images used in OCRBench. | | Test Results | [Test Results](https://drive.google.com/drive/folders/15XlHCuNTavI1Ihqm4G7u3J34BHpkaqyE?usp=drive_link) | This file file contains the result files for the test models. |