Fast Mode
Fast mode bypass reconstruction on your document, greatly accelerating parsing.
The Markdown output will not be generated.
Fast mode is billed .1 cent per page, but at least .3 cent per document.
To use the fast mode, set fast_mode
to True
.
parser = LlamaParse(Using the API:
fast_mode=True
)
curl -X 'POST' \
'https://api.cloud.llamaindex.ai/api/parsing/upload' \
-H 'accept: application/json' \
-H 'Content-Type: multipart/form-data' \
-H "Authorization: Bearer $LLAMA_CLOUD_API_KEY" \
--form 'fast_mode="true"' \
-F 'file=@/path/to/your/file.pdf;type=application/pdf'