ragflow/deepdoc/parser
giiiiiithub 6ba5a4348a
set PARALLEL_DEVICES default value= 0 (#7935)
### What problem does this PR solve?


it would be fail if PARALLEL_DEVICES = None in OCR class , because it
pass 0 to TextDetector and TextRecognizer init method.

and It would be simpler to set 0 as the default value for
PARALLEL_DEVICES.

### Type of change

- [x] Refactoring
2025-05-29 13:32:16 +08:00
..
resume Fix: resolve regex library warnings (#7782) 2025-05-22 10:06:28 +08:00
__init__.py
docx_parser.py
excel_parser.py
figure_parser.py Fix: uncaptured image data with position information (#7683) 2025-05-19 19:33:28 +08:00
html_parser.py
json_parser.py
markdown_parser.py
pdf_parser.py set PARALLEL_DEVICES default value= 0 (#7935) 2025-05-29 13:32:16 +08:00
ppt_parser.py
txt_parser.py
utils.py