From d4242c3beee252385d1e9f274a8cf57b0dd5d795 Mon Sep 17 00:00:00 2001 From: Bastiaan Quast Date: Tue, 13 Feb 2024 09:36:24 -0600 Subject: [PATCH] remove duplicate "aims to" in first sentence The first sentence twice says "aims to", this removes the 2nd iteration, improving legilibity. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 67194e4..e33f0ed 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ ![Example Usage](https://github.com/Layout-Parser/layout-parser/raw/main/.github/example.png) -LayoutParser aims to provide a wide range of tools that aims to streamline Document Image Analysis (DIA) tasks. Please check the LayoutParser [demo video](https://youtu.be/8yA5xB4Dg8c) (1 min) or [full talk](https://www.youtube.com/watch?v=YG0qepPgyGY) (15 min) for details. And here are some key features: +LayoutParser aims to provide a wide range of tools that streamline Document Image Analysis (DIA) tasks. Please check the LayoutParser [demo video](https://youtu.be/8yA5xB4Dg8c) (1 min) or [full talk](https://www.youtube.com/watch?v=YG0qepPgyGY) (15 min) for details. And here are some key features: - LayoutParser provides a rich repository of deep learning models for layout detection as well as a set of unified APIs for using them. For example, @@ -130,4 +130,4 @@ If you find `layoutparser` helpful to your work, please consider citing our tool journal={arXiv preprint arXiv:2103.15348}, year={2021} } -``` \ No newline at end of file +```