refine citation (#161)

This commit is contained in:
KevinHuSh
2024-03-28 11:45:50 +08:00
committed by GitHub
parent 37cc673098
commit f3477202fe
3 changed files with 21 additions and 17 deletions

View File

@ -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