Search for:

Extracting Order Information from PDFs

  • Why this server?

    This server directly addresses the user's request to extract text from PDF files, supporting standard PDF reading and OCR for scanned documents. It could be used to extract order information.

    A
    security
    F
    license
    A
    quality
    An MCP server that provides a tool to extract text content from local PDF files, supporting both standard PDF reading and OCR capabilities with optional page selection.
    1
    2
    Python
    • Apple
  • Why this server?

    This server offers document processing capabilities, including converting documents to markdown, extracting tables, and processing document images, which could be useful in extracting order information from PDFs.

    -
    security
    A
    license
    -
    quality
    A server that provides document processing capabilities using the Model Context Protocol, allowing conversion of documents to markdown, extraction of tables, and processing of document images.
    6
    Python
    MIT License
    • Linux
    • Apple
  • Why this server?

    Converts various file formats to Markdown, which can be useful if the PDF needs to be converted to a more easily parseable format before extracting the order data.

    A
    security
    A
    license
    A
    quality
    Converts various file formats to Markdown using the MarkItDown utility and can be integrated with MCP clients for seamless document processing and conversion.
    11
    Python
    MIT License
  • Why this server?

    Provides tools for reading and extracting text from PDF files, both local and from URLs, making it suitable for the user's request to extract order information from PDF files.

    -
    security
    F
    license
    -
    quality
    Provides tools for reading and extracting text from PDF files, supporting both local files and URLs.
    3
    Python
  • Why this server?

    Provides tools for merging, extracting pages, searching, and merging PDF files, which could be useful in handling PDF-based orders.

    A
    security
    A
    license
    A
    quality
    mcp using PyPDF2 to: • merge-pdfs • extract-pages • search-pdfs • merge-pdfs-ordered (merge in user spec. order) • find-related-pdfs (regex extracted text for related PDF files)
    5
    19
    Python
    The Unlicense