Find answers from the community

T
Teng
Offline, last seen 3 months ago
Joined September 30, 2024
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:
Plain Text
        parser = LlamaParse(
            api_key=llama_api_key,
            result_type="markdown",
            verbose=True,
            disable_ocr=True
            )

parser.get_json_result(self.input_filepath)
16 comments
T
W
S