Comment by freezed8
17 days ago
yes! we have foreign language support for better OCR on scans. Here's some more details. Docs: https://docs.cloud.llamaindex.ai/llamaparse/features/parsing... Notebook: https://github.com/run-llama/llama_parse/blob/main/examples/...
What is disable_ocr=True for? Is it for documents that already have a text layer, that you don't want to OCR again?
yeah disable OCR is for documents where you don't need to OCR a scanned image, it'll just parse out the text
it's faster if True