mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
fix task cancling bug (#98)
This commit is contained in:
@ -725,7 +725,7 @@ class HuParser:
|
||||
(cropout(
|
||||
bxs,
|
||||
"figure", poss),
|
||||
[txt] if not return_html else [f"<p>{txt}</p>"]))
|
||||
[txt]))
|
||||
positions.append(poss)
|
||||
|
||||
for k, bxs in tables.items():
|
||||
|
||||
Reference in New Issue
Block a user