Embed/Insert/Add JSON OCR data generated by ‘Google Cloud Vision (OCR)’ inside a PDF file and make the PDF searchable
I am using Google Cloud Vision API (OCR) to detect text in PDF files using the PHP API Library. The OCR is done perfectly and I have saved the complete set of JSON output files (ex. output-1-to-2.json) with the full OCR data (which contains the positional details, confidence, full text etc).