I'm trying to take all data from PDFs.
I also want to identify bulletpoints in the PDF, but that time, i'm getting bulletpoints that when i manually copy from the PDF and paste somewhere else it just paste the string (image.png) for all the bulletpoints.
I tried to extract all the images but that bullets arent coming. I also tried to find them in the text, it's also not coming.
Do you guys ever faced this problem?
An example of the PDF part i cant extract:
I just want to have find those bulletpoints into the extracted text.
I tried to take the raw data from the extracted PDF and search of "ext": "png". I tried saving all the images and looking one by one. I tried also searching into the text, but i couldn't find those bullets.