Y
Hacker News
new
|
ask
|
show
|
jobs
by
freezed8
496 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/...
1 comments
rahimnathwani
496 days ago
What is disable_ocr=True for? Is it for documents that already have a text layer, that you don't want to OCR again?
link
freezed8
496 days ago
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
link