Update mdr_pdf_parser.py
Browse files- mdr_pdf_parser.py +3 -3
mdr_pdf_parser.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
# -*- coding: utf-8 -*-
|
2 |
# /=====================================================================\ #
|
3 |
-
# |
|
4 |
# |---------------------------------------------------------------------| #
|
5 |
# | Description: | #
|
6 |
# | Extracts structured content (text, tables, figures, formulas) | #
|
@@ -8,9 +8,9 @@
|
|
8 |
# | Combines logic from various internal components. | #
|
9 |
# |---------------------------------------------------------------------| #
|
10 |
# | Dependencies: | #
|
11 |
-
# | - Python 3.
|
12 |
# | - External Libraries (See imports below and installation notes) | #
|
13 |
-
# | - Pre-trained Models (Downloaded automatically to model dir)
|
14 |
# |---------------------------------------------------------------------| #
|
15 |
# | Usage: | #
|
16 |
# | See the __main__ block at the end of the script for an example. | #
|
|
|
1 |
# -*- coding: utf-8 -*-
|
2 |
# /=====================================================================\ #
|
3 |
+
# | MagicDataReadiness - MAGIC PDF Parser | #
|
4 |
# |---------------------------------------------------------------------| #
|
5 |
# | Description: | #
|
6 |
# | Extracts structured content (text, tables, figures, formulas) | #
|
|
|
8 |
# | Combines logic from various internal components. | #
|
9 |
# |---------------------------------------------------------------------| #
|
10 |
# | Dependencies: | #
|
11 |
+
# | - Python 3.11+ | #
|
12 |
# | - External Libraries (See imports below and installation notes) | #
|
13 |
+
# | - Pre-trained CV Models (Downloaded automatically to model dir) | #
|
14 |
# |---------------------------------------------------------------------| #
|
15 |
# | Usage: | #
|
16 |
# | See the __main__ block at the end of the script for an example. | #
|