mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
refine citation (#161)
This commit is contained in:
@ -120,7 +120,7 @@ class Pdf(PdfParser):
|
||||
print(tbls)
|
||||
|
||||
return {
|
||||
"title": title if title else filename,
|
||||
"title": title,
|
||||
"authors": " ".join(authors),
|
||||
"abstract": abstr,
|
||||
"sections": [(b["text"] + self._line_tag(b, zoomin), b.get("layoutno", "")) for b in self.boxes[i:] if
|
||||
|
||||
Reference in New Issue
Block a user