
Detect PDF Content Type using Python
Source:R/pdf_processing_python.R
detect_pdf_content_type_py.RdAnalyzes PDF to determine if it contains primarily tabular data or text.
Examples
if (FALSE) { # \dontrun{
setup_langgraph_env()
pdf_path <- "path/to/document.pdf"
content_type <- detect_pdf_content_type_py(pdf_path)
print(content_type)
} # }