ali6parmak commited on
Commit
e441581
1 Parent(s): 26f2535

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -69,6 +69,7 @@ To stop the server:
69
  - [Data](#data)
70
  - [Usage](#usage)
71
  - [Benchmark](#benchmark)
 
72
 
73
  ## Dependencies
74
  * Docker Desktop 4.25.0 [install link](https://www.docker.com/products/docker-desktop/)
@@ -189,3 +190,17 @@ These are the benchmark results for VGT model on PubLayNet dataset:
189
 
190
  You can check this link to see the comparison with the other models:
191
  https://paperswithcode.com/sota/document-layout-analysis-on-publaynet-val
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
69
  - [Data](#data)
70
  - [Usage](#usage)
71
  - [Benchmark](#benchmark)
72
+ - [Related Services](#related-services)
73
 
74
  ## Dependencies
75
  * Docker Desktop 4.25.0 [install link](https://www.docker.com/products/docker-desktop/)
 
190
 
191
  You can check this link to see the comparison with the other models:
192
  https://paperswithcode.com/sota/document-layout-analysis-on-publaynet-val
193
+
194
+
195
+
196
+ ## Related Services
197
+ Here are some of our other services that is built upon this service:
198
+
199
+ - [PDF Table Of Contents Extractor](https://github.com/username/project-a): This project aims to extract text from PDF files using the outputs generated
200
+ by the pdf-document-layout-analysis service. By leveraging the segmentation and classification capabilities of the underlying analysis tool,
201
+ this project automates the process of text extraction from PDF files.
202
+
203
+
204
+ - [PDF Text Extraction](https://github.com/username/project-b): This project aims to extract text from PDF files using the outputs generated by the
205
+ pdf-document-layout-analysis service. By leveraging the segmentation and classification capabilities of the underlying
206
+ analysis tool, this project automates the process of text extraction from PDF files.