ragflow/deepdoc/vision
Yongteng Lei 86f6da2f74
Feat: add support for the Ascend table structure recognizer (#10110)
### What problem does this PR solve?

Add support for the Ascend table structure recognizer.

Use the environment variable `TABLE_STRUCTURE_RECOGNIZER_TYPE=ascend` to
enable the Ascend table structure recognizer.

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
2025-09-16 13:57:06 +08:00
..
__init__.py Feat: add support for the Ascend layout recognizer (#10105) 2025-09-16 09:51:15 +08:00
layout_recognizer.py Feat: add support for the Ascend layout recognizer (#10105) 2025-09-16 09:51:15 +08:00
ocr.py Fix: judge not empty before delete (#10099) 2025-09-15 17:49:52 +08:00
operators.py refactor: no need to inherit in python3 clean the code (#5659) 2025-03-05 18:03:53 +08:00
postprocess.py refactor: no need to inherit in python3 clean the code (#5659) 2025-03-05 18:03:53 +08:00
recognizer.py Fix: judge not empty before delete (#10099) 2025-09-15 17:49:52 +08:00
seeit.py Fix typo (#9766) 2025-08-27 18:56:40 +08:00
t_ocr.py Refa: PARALLEL_DEVICES is a static parameter. (#6168) 2025-03-17 16:49:54 +08:00
t_recognizer.py Fix typo in code (#8327) 2025-06-18 09:41:09 +08:00
table_structure_recognizer.py Feat: add support for the Ascend table structure recognizer (#10110) 2025-09-16 13:57:06 +08:00