def has_selectable_text(pdf_path: str, sample_pages: int = 10, min_ratio: float = 0.3) -> bool: Retorna True se o PDF aparenta ter texto selecionável na proporção mínima indicada. Amostra até ...
uv run python pdf_to_pptx.py presentation.pdf --output out.pptx Usage (batch directory): uv run python pdf_to_pptx.py ./slides_dir --batch true uv run python pdf_to_pptx.py ./slides_dir --batch true - ...