I am trying to extract tables from PDF , and return them into structured output (JSON file), using Llama parse is one of the best methods by leveraging the process with LLM. But I faced a challenge which is I want also to feed the llama parse by input in the structured format such as JSON file, so is there any notebook or tutorial can explain this ?