Skip to content
Discussion options

You must be logged in to vote

Hi @imkkk777! I'm Dosu and I’m helping the ragflow team.

The DeepDoc parser often gets stuck at 10% with high CPU usage because it runs OCR and layout analysis on CPU by default, which is very resource-intensive—especially for image-heavy or complex PDFs. GPU acceleration is not used for DeepDoc parsing, even if you set GPU options; it's only used for embedding or LLM inference. If you don't need image recognition, switching to the "Naive" parser can significantly reduce resource usage and avoid these stalls. Also, make sure your server has enough RAM and that both the main server and task executor are running—parsing can hang if resources are low or services are unhealthy. Upgrading to …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Yeon1007
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant