Hi @versa,
We just release a "fix" on Accurate mode. By default, your parsing instruction should work as it used to 2-3 weeks ago.
I added the
is_formatting_instruction
option which is True by default:
https://docs.cloud.llamaindex.ai/llamaparse/features/parsing_options#is-formatting-instructionIf you need a parsing instruction like "translate the output to French" while keeping the clean markdown representation of the document, turn it off.
If you want to shape the output with a formating instruction like "only output a Json with this structure...", keep it on.