Analyzes PDF to determine if it contains primarily tabular data or text.
Examples
if (FALSE) { # \dontrun{
setup_python_env()
pdf_path <- "path/to/document.pdf"
content_type <- detect_pdf_content_type_py(pdf_path)
print(content_type)
} # }
Analyzes PDF to determine if it contains primarily tabular data or text.
if (FALSE) { # \dontrun{
setup_python_env()
pdf_path <- "path/to/document.pdf"
content_type <- detect_pdf_content_type_py(pdf_path)
print(content_type)
} # }