pymupdf find tables too slow (original) (raw)

While conducting experiments to extract tables from PDF files, I observed that the table-finding function (page.find_tables()) in PyMuPDF is relatively slow compared to PDFPlumber. Is this expected behavior?