taprosoft
commited on
Commit
·
c587922
1
Parent(s):
b5e52b5
fix: update metadata
Browse files- backends/__init__.py +0 -6
backends/__init__.py
CHANGED
@@ -65,12 +65,6 @@ SUPPORTED_METHODS_METADATA = {
|
|
65 |
"url": "https://github.com/pymupdf/PyMuPDF",
|
66 |
"documentation": "https://pymupdf.readthedocs.io/en/latest/pymupdf4llm/index.html",
|
67 |
},
|
68 |
-
"PyMuPDF": {
|
69 |
-
"name": "PyMuPDF",
|
70 |
-
"description": "PyMuPDF is a high performance Python library for data extraction, analysis, conversion & manipulation of PDF (and other) documents.",
|
71 |
-
"url": "https://github.com/pymupdf/PyMuPDF",
|
72 |
-
"documentation": "https://pymupdf.readthedocs.io/en/latest/pymupdf4llm/index.html",
|
73 |
-
},
|
74 |
"Gemini (API)": {
|
75 |
"name": "Gemini",
|
76 |
"description": "Using Gemini multimodal API to parse PDF to markdown.",
|
|
|
65 |
"url": "https://github.com/pymupdf/PyMuPDF",
|
66 |
"documentation": "https://pymupdf.readthedocs.io/en/latest/pymupdf4llm/index.html",
|
67 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
68 |
"Gemini (API)": {
|
69 |
"name": "Gemini",
|
70 |
"description": "Using Gemini multimodal API to parse PDF to markdown.",
|