Question
Converting the pdf extracted json back to pdf?
The PDF extract API extracts info of different elements from a pdf an forms a JSON for it.
Is there a reverse API available, which accepts the JSON in the same format as extracted above and creates a PDF using it?
I am trying to replace the original text with a different text here. If not, how to create a pdf from the JSON available.
