Hi,
I am using tesseract-ocr in my python code to convert non-searchable pdf to searchable pdf document, it is not converting fully...
I am using "poppler-23.08.0" to convert the PDF page to images
from this image I am using "pytesseract.image_to_pdf_or_hocr" method to convert to PDF files and later I am combining all the page and making as single fine using PDFFileMerger.
can anyone shar your thoughts here...