We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ocr_model = "en_PP-OCRv4_rec" pipeline_options.ocr_options = RapidOcrOptions( det_model_path=ocr_model, cls_model_path=ocr_model, rec_model_path=ocr_model )
and observe that: The model is not downloaded from huggingface - the normal (default model) is downloaded.
This leads me to the 2nd question: I can this default behaviour be kept to still download the model and in addition refine the OCR result?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Question
and observe that:
The model is not downloaded from huggingface - the normal (default model) is downloaded.
This leads me to the 2nd question: I can this default behaviour be kept to still download the model and in addition refine the OCR result?
The text was updated successfully, but these errors were encountered: