PDF阅读服务器

version : 1.0.0

read_pdf

Read and extract text content from a PDF file. Returns the full text content and metadata.

*path(string)

结果(Result)

read_pdf_page

Read a specific page or range of pages from a PDF file.

*path(string)

page(number)

startPage(number)

endPage(number)

结果(Result)

get_pdf_metadata

Get metadata information from a PDF file without reading all content.

*path(string)

结果(Result)

search_pdf

Search for specific text within a PDF file.

*path(string)

*query(string)

caseSensitive(boolean)

结果(Result)