Hi guys may I check whether the llamaparse extraction model / method has been changed recently? Previously i had good results (about a week ago around 24th September) extracting the text and pages correctly, but now it looks like the text is not being detected right for most of the pages. Just wondering if any changes has been made to Llamaparse recently in terms of the repo that could have caused this?
Am running this code:
parser = LlamaParse(
api_key=llama_api_key,
result_type="markdown",
verbose=True,
disable_ocr=True
)
parser.get_json_result(self.input_filepath)