issues
search
DS4SD
/
docling
Get your documents ready for gen AI
https://ds4sd.github.io/docling
MIT License
11k
stars
536
forks
source link
fix(EasyOcrModel): Control if the EasyOcrModel will run on GPU based on the pipeline options and the presence of MPS
#282
Closed
nikos-livathinos
closed
2 weeks ago
nikos-livathinos
commented
2 weeks ago
Implement support for the
EasyOcrOptions.use_gpu
parameter.
Disable the GPU for EasyOCR if MPS is detected.
Checklist:
[x]
Commit Message Formatting
: Commit titles and messages follow guidelines in the
conventional commits
.
[ ] Documentation has been updated, if necessary.
[ ] Examples have been added, if necessary.
[ ] Tests have been added, if necessary.
EasyOcrOptions.use_gpu
parameter.Checklist: