From 5a8682928d8c436e8b76f8e36da844953c4daae3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ali=20Alt=C4=B1parmak?= Date: Mon, 3 Jun 2024 17:22:34 +0300 Subject: [PATCH] Update README --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aa678f8..c54d59a 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,7 @@ To stop the server: - [Data](#data) - [Usage](#usage) - [Benchmark](#benchmark) +- [Related Services](#related-services) ## Dependencies * Docker Desktop 4.25.0 [install link](https://www.docker.com/products/docker-desktop/) @@ -166,4 +167,18 @@ These are the benchmark results for VGT model on PubLayNet dataset: -You can check this link to see the comparison with the other models: https://paperswithcode.com/sota/document-layout-analysis-on-publaynet-val \ No newline at end of file +You can check this link to see the comparison with the other models: https://paperswithcode.com/sota/document-layout-analysis-on-publaynet-val + +## Related Services +Here are some of our other services that is built upon this service: + +- [PDF Table Of Contents Extractor](https://github.com/username/project-a): This project aims to extract text from PDF files using the outputs generated +by the pdf-document-layout-analysis service. By leveraging the segmentation and classification capabilities of the underlying analysis tool, +this project automates the process of text extraction from PDF files. + + +- [PDF Text Extraction](https://github.com/username/project-b): This project aims to extract text from PDF files using the outputs generated by the +pdf-document-layout-analysis service. By leveraging the segmentation and classification capabilities of the underlying +analysis tool, this project automates the process of text extraction from PDF files. + +