I have extracted text from multiple pdf files using regex so now I have to highlight specific text only
Can you share more information?
I have done till send extracted text but requirement is that have to highlight specific text Like adhar number/pan/name like this
highlight how?
If you have extracted the text using regex in your code, you can modify your code to add HTML or formatting tags around the specific text you want to highlight. For example, you can wrap the text in <span>
tags with a CSS class that defines a background color or any other desired styling.
Thanks!!
Can you share code so i can use
How to highlight text
Highlights only specific word ls how can code implement