mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 12:32:30 +08:00
fix github account login issue (#132)
This commit is contained in:
@ -639,7 +639,7 @@ class HuParser:
|
||||
mink = ""
|
||||
minv = 1000000000
|
||||
for k, bxs in tbls.items():
|
||||
for b in bxs[:10]:
|
||||
for b in bxs:
|
||||
if b.get("layout_type", "").find("caption") >= 0:
|
||||
continue
|
||||
y_dis = self._y_dis(c, b)
|
||||
|
||||
Reference in New Issue
Block a user