Numbers are not very well recognised by the OCR engine that LlamaParse is using. It also seems to do its own math calculations under the hood which feels like a double edge sword if the OCR is not ...
@Hunnyjain7 They are async because they leverage python async functionality. They are non-blocking, which means other tasks in the async loop can continue. Might be good to refresh about async in ...