How do i remove specific word in form of text or image from pdf?
Posted by Single-Creme194@reddit | programming | View on Reddit | 3 comments
I am using golang to download pdfs and store them on s3, but i have this requirement where if there is a certain word present in form of text or image in the pdf or xl file, i need to remove that.
I have attached a pdf link, in this case i need to remove the first page
BroBroMate@reddit
If it's text in an image embedding, you're going to want an OCR library. If it's text embedding a PDF library will do ya
programming-ModTeam@reddit
r/programming is not a support forum.
omniuni@reddit
This will differ by your framework, and should be asked in your framework community for the best answer.
It's not that people here won't have ideas, but the specific community will have a much more informed opinion.