Back to Home
williamIIliu icon

PaddleOCR-X-High-Performance-Inference-MCP-Server-Suite

Verified Safe

by williamIIliu

Overview

This server provides an intelligent document processing toolkit based on PaddleOCR 3.3 and PP-StructureV3, offering comprehensive functionalities like OCR, layout detection, table processing, formula recognition, and seal detection for various document types including PDFs.

Installation

Run Command
paddleocr_mcp --pipeline PP-StructureV3 --ppocr_source local --host 0.0.0.0 --port 8090 --http --pipeline_config PaddleOCR.yaml --device gpu

Environment Variables

  • PYTHONPATH
  • TENSORRT_ROOT
  • LD_LIBRARY_PATH
  • C_INCLUDE_PATH
  • CPLUS_INCLUDE_PATH
  • PADDLEOCR_MCP_PIPELINE
  • PADDLEOCR_MCP_PPOCR_SOURCE

Security Notes

The server deploys an HTTP endpoint on `0.0.0.0`, which makes it accessible from all network interfaces. While this is common for services, it requires external security measures (e.g., firewalls, API gateways, authentication) to prevent unauthorized access. The project relies on specific versions of PaddlePaddle and CUDA/TensorRT, and mentions a manual workaround for an `ImportError` (`fused_rms_norm_ext`), which could introduce stability issues if not meticulously managed, but does not appear to be a direct security vulnerability. No hardcoded secrets or malicious patterns are evident in the provided code snippets.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassHigh
Avg Tokens1000
Stars0
Forks0
Last Update2025-11-23

Tags

OCRDocument ProcessingAIMachine LearningPaddleOCRPP-StructureV3