Hi @Jayant, Ashish,
The issue you're experiencing with garbled text ("ÿ ÿ ÿ ÿ") in searchable PDFs generated by the Azure Document Intelligence Read model for CJK languages is likely due to encoding or font issues during PDF creation. I tried to reproduce the issue with the given screenshot of text and was able to do so.
To fix this, check that the PDF generation tool embeds the necessary CJK fonts correctly. Consider generating the PDF in PDF/A format to ensure fonts are embedded and text is properly encoded. Proper font embedding and specifying the language are key to resolving this issue.
See: Document Intelligence read model.
I hope you understand! Thank you.