[Enhancement]: disable OCR in file upload #8659
-
What features would you like to see added?I am unable to configure LibreChat (running in docker) to prevent OCR from happening in any file upload, even plain text or for file search. the upload always fails because of OCR wanting to happen. There should be no need to perform OCR on text files. More detailsI tried every possible configuration in librechat.yaml or .env , even created a costum agent, but I cannot get around OCR happening on file upload. Which components are impacted by your request?General PicturesNo response Code of Conduct
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
endpoints:
agents:
capabilities:
- "execute_code"
- "file_search"
- "actions"
- "tools"
- "artifacts"
# - "ocr" # Omit OCR
- "chain"
- "web_search" https://www.librechat.ai/docs/configuration/librechat_yaml/object_structure/agents#capabilities |
Beta Was this translation helpful? Give feedback.
https://www.librechat.ai/docs/configuration/librechat_yaml/object_structure/agents#capabilities