ragflow/deepdoc/vision
Lynn 2a88ce6be1
Fix: terminate onnx inference session manually (#10076)
### What problem does this PR solve?

terminate onnx inference session and release memory manually.

Issue #5050 
Issue #9992 
Issue #8805

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
2025-09-12 17:18:26 +08:00
..
__init__.py Made task_executor async to speedup parsing (#5530) 2025-03-03 18:59:49 +08:00
layout_recognizer.py Fix typo in code (#8327) 2025-06-18 09:41:09 +08:00
ocr.py Fix: terminate onnx inference session manually (#10076) 2025-09-12 17:18:26 +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: terminate onnx inference session manually (#10076) 2025-09-12 17:18:26 +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 Fix: exception layout_type in is_caption (#9028) 2025-07-24 17:06:56 +08:00