Skip to content

Commit

Permalink
fix api question
Browse files Browse the repository at this point in the history
  • Loading branch information
Catrunaround committed Jul 9, 2024
1 parent ac6524e commit 439417f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rag/scraper/Scrape_pdf/Scrape_pdf.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from nougat import pdf_to_md
from rag.scraper.Scrape_pdf.nougat import pdf_to_md
import fitz
from pathlib import Path
from pdf_helper import missing_page_fill
from rag.scraper.Scrape_pdf.pdf_helper import missing_page_fill
import os


Expand Down
3 changes: 3 additions & 0 deletions test.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import nougat
print(dir(nougat))

0 comments on commit 439417f

Please sign in to comment.