When using Camelot with PyMuPDF, we are able to extract the table as HTML and add it at the end of the extracted text or (at best) at the end of the page.
Besides making some custom string matching to try to replace the original table text extracted by PyMuPDF by the HTML representation generated by camelot, is there any native mechanism from the library we could leverage to achieve this result in a more robust way?
Thanks in advance!