camelot-dev / camelot

A Python library to extract tabular data from PDFs
https://camelot-py.readthedocs.io
MIT License
2.95k stars 465 forks source link

Add functionality to replace text #482

Open ArifRasim opened 8 months ago

ArifRasim commented 8 months ago

Added feature replace text. SImilar to strip_text now texts can be replaced as key value pairs when passed to the read_pdf function. Issue #481

MartinThoma commented 7 months ago

Hey!

As camelot is dead, we try to build a maintained fork at pypdf_table_extraction.

Do you want to open the PR against that branch so that we can merge your improvement?