From 0b2b0cef43f1038447607292e570dcbd5760d865 Mon Sep 17 00:00:00 2001 From: myhloli Date: Tue, 8 Oct 2024 18:36:40 +0800 Subject: [PATCH] docs: add layoutreader to related projects Added a link to the layoutreader repository in the Related Projects sections of both the README.md and README_zh-CN.md files. This addition helps to provide users with more resources and tools related to document layout analysis and processing. --- README.md | 1 + README_zh-CN.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index f870bb56..212c9ac9 100644 --- a/README.md +++ b/README.md @@ -395,6 +395,7 @@ This project currently uses PyMuPDF to achieve advanced functionality. However, - [StructEqTable](https://github.com/UniModal4Reasoning/StructEqTable-Deploy) - [PaddleOCR](https://github.com/PaddlePaddle/PaddleOCR) - [PyMuPDF](https://github.com/pymupdf/PyMuPDF) +- [layoutreader](https://github.com/ppaanngggg/layoutreader) - [fast-langdetect](https://github.com/LlmKira/fast-langdetect) - [pdfminer.six](https://github.com/pdfminer/pdfminer.six) diff --git a/README_zh-CN.md b/README_zh-CN.md index 96aeebc6..68247011 100644 --- a/README_zh-CN.md +++ b/README_zh-CN.md @@ -400,6 +400,7 @@ TODO - [StructEqTable](https://github.com/UniModal4Reasoning/StructEqTable-Deploy) - [PaddleOCR](https://github.com/PaddlePaddle/PaddleOCR) - [PyMuPDF](https://github.com/pymupdf/PyMuPDF) +- [layoutreader](https://github.com/ppaanngggg/layoutreader) - [fast-langdetect](https://github.com/LlmKira/fast-langdetect) - [pdfminer.six](https://github.com/pdfminer/pdfminer.six)