File size: 2,311 Bytes
230c9a6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
.. xtuner documentation master file, created by
   sphinx-quickstart on Tue Jan  9 16:33:06 2024.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

Welcome to the PDF-Extract-Kit Documentation
==============================================

.. figure:: ./_static/image/logo.png
  :align: center
  :alt: pdf-extract-kit
  :class: no-scaled-link

.. raw:: html

   <p style="text-align:center">
   <strong>High-Quality Document Parsing Toolkit
   </strong>
   </p>

   <p style="text-align:center">
   <script async defer src="https://buttons.github.io/buttons.js"></script>
   <a class="github-button" href="https://github.com/opendatalab/PDF-Extract-Kit" data-show-count="true" data-size="large" aria-label="Star">Star</a>
   <a class="github-button" href="https://github.com/opendatalab/PDF-Extract-Kit/subscription" data-icon="octicon-eye" data-size="large" aria-label="Watch">Watch</a>
   <a class="github-button" href="https://github.com/opendatalab/PDF-Extract-Kit/fork" data-icon="octicon-repo-forked" data-size="large" aria-label="Fork">Fork</a>
   </p>


Tutorial
-------------
.. toctree::
   :maxdepth: 2
   :caption: Getting Started

   get_started/installation.rst
   get_started/pretrained_model.rst
   get_started/quickstart.rst

.. toctree::
   :maxdepth: 2
   :caption: Core Algorithm Modules

   algorithm/layout_detection.rst
   algorithm/formula_detection.rst
   algorithm/formula_recognition.rst
   algorithm/ocr.rst
   algorithm/table_recognition.rst
   algorithm/reading_order.rst

.. toctree::
   :maxdepth: 2
   :caption: Task Extensions

   task_extend/code.rst
   task_extend/doc.rst
   task_extend/evaluation.rst

.. toctree::
   :maxdepth: 2
   :caption: Supported Models

   models/supported.md


.. toctree::
   :maxdepth: 2
   :caption: Model Performance Evaluation

   evaluation/layout_detection.rst
   evaluation/formula_detection.rst
   evaluation/formula_recognition.rst
   evaluation/ocr.rst
   evaluation/table_recognition.rst
   evaluation/reading_order.rst
   evaluation/pdf_extract.rst

.. toctree::
   :maxdepth: 2
   :caption: PDF Projects

   project/pdf_extract.md
   project/doc_translate.md
   project/speed_up.md