### What problem does this PR solve? Add OCR's muti-gpus and parallel processing support ### Type of change - [x] New Feature (non-breaking change which adds functionality) @yuzhichang I've tried to resolve the comments in #5697. OCR jobs can now be done on both CPU and GPU. ( By the way, I've encountered a “Generate embedding error” issue #5954 that might be due to my outdated GPUs? idk. ) Please review it and give me suggestions. GPU:   CPU:  |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| layout_recognizer.py | ||
| ocr.py | ||
| operators.py | ||
| postprocess.py | ||
| recognizer.py | ||
| seeit.py | ||
| t_ocr.py | ||
| t_recognizer.py | ||
| table_structure_recognizer.py | ||