lightpdf-aipdf-mcp 0.1.143__py3-none-any.whl → 0.1.144__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- lightpdf_aipdf_mcp/server.py +1 -1
- {lightpdf_aipdf_mcp-0.1.143.dist-info → lightpdf_aipdf_mcp-0.1.144.dist-info}/METADATA +1 -1
- {lightpdf_aipdf_mcp-0.1.143.dist-info → lightpdf_aipdf_mcp-0.1.144.dist-info}/RECORD +5 -5
- {lightpdf_aipdf_mcp-0.1.143.dist-info → lightpdf_aipdf_mcp-0.1.144.dist-info}/WHEEL +0 -0
- {lightpdf_aipdf_mcp-0.1.143.dist-info → lightpdf_aipdf_mcp-0.1.144.dist-info}/entry_points.txt +0 -0
lightpdf_aipdf_mcp/server.py
CHANGED
@@ -1271,7 +1271,7 @@ async def handle_list_tools() -> list[types.Tool]:
|
|
1271
1271
|
),
|
1272
1272
|
types.Tool(
|
1273
1273
|
name="ocr_document",
|
1274
|
-
description="Perform OCR (Optical Character Recognition) on documents to recognize and extract text from scanned
|
1274
|
+
description="Perform OCR (Optical Character Recognition) on documents to recognize and extract text from scanned PDF documents. Output as the specified format file. Note: Use this tool for scanned documents or image-based PDFs where text needs to be recognized. For regular PDF text extraction, use convert_document PDF-to-TXT conversion instead.",
|
1275
1275
|
inputSchema={
|
1276
1276
|
"type": "object",
|
1277
1277
|
"properties": {
|
@@ -4,10 +4,10 @@ lightpdf_aipdf_mcp/converter.py,sha256=r8iO5R5vLNNKWdb6WSnwzTwwmp2TvgLXSIvvA4y__
|
|
4
4
|
lightpdf_aipdf_mcp/create_pdf.py,sha256=oALIhOBo60D3Gu_li7d7FF0COhFfSTM-BJpc63r9iAs,2465
|
5
5
|
lightpdf_aipdf_mcp/editor.py,sha256=BR-sWW9L7tybEPOhdc8W-uwdBoom19EPTmGDvy_2gMc,27941
|
6
6
|
lightpdf_aipdf_mcp/ocr.py,sha256=IyzxisA6qtXcGTHZofpUYXYDdcIjUaaHcVUKpM7DH9A,2832
|
7
|
-
lightpdf_aipdf_mcp/server.py,sha256=
|
7
|
+
lightpdf_aipdf_mcp/server.py,sha256=5GYAkU2N4JFJV7D2lfQkNrHjUc1uS4jkfiAORs8ffug,79475
|
8
8
|
lightpdf_aipdf_mcp/summarizer.py,sha256=2QMMgo_xxlEDSd_STPh7-1lBc4VRsL4SPSTijJPyb3I,5456
|
9
9
|
lightpdf_aipdf_mcp/translator.py,sha256=nuZa4FpsA0xeRWAEGqSPIM55aJuazJX1m32uajowo7I,2778
|
10
|
-
lightpdf_aipdf_mcp-0.1.
|
11
|
-
lightpdf_aipdf_mcp-0.1.
|
12
|
-
lightpdf_aipdf_mcp-0.1.
|
13
|
-
lightpdf_aipdf_mcp-0.1.
|
10
|
+
lightpdf_aipdf_mcp-0.1.144.dist-info/METADATA,sha256=LNkXsClxPwKYAY1rfceqh94xBfJBnySOYM0sCQ7xdPk,8120
|
11
|
+
lightpdf_aipdf_mcp-0.1.144.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
12
|
+
lightpdf_aipdf_mcp-0.1.144.dist-info/entry_points.txt,sha256=X7TGUe52N4sYH-tYt0YUGApeJgw-efQlZA6uAZmlmr4,63
|
13
|
+
lightpdf_aipdf_mcp-0.1.144.dist-info/RECORD,,
|
File without changes
|
{lightpdf_aipdf_mcp-0.1.143.dist-info → lightpdf_aipdf_mcp-0.1.144.dist-info}/entry_points.txt
RENAMED
File without changes
|