Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I tested it and the speed is very slow. Can it be optimized? It seems that it cannot meet the online needs. #118

Closed
xuboot opened this issue May 11, 2024 · 3 comments

Comments

@xuboot
Copy link

xuboot commented May 11, 2024

I tested it and the speed is very slow. Can it be optimized? It seems that it cannot meet the online needs.

@VikParuchuri
Copy link
Owner

To speed it up, you can:

  • Use tesseract instead of surya for OCR if you're on CPU (surya OCR is slow on CPU)
  • Use GPU
  • Parallelize with marker (use more workers)

I need to quant + compile the models, which will speed things up.

@xuboot
Copy link
Author

xuboot commented May 16, 2024

@VikParuchuri "I need to quant + compile the models, which will speed things up" Will this version be released

@VikParuchuri
Copy link
Owner

Yes, hoping to get some time to do that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants