|
|
@ -2,6 +2,7 @@
|
|
|
|
conda activate rag
|
|
|
|
conda activate rag
|
|
|
|
pip install PyPDF2
|
|
|
|
pip install PyPDF2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
https://www.jianshu.com/p/d893d3dfd65a
|
|
|
|
https://www.jianshu.com/p/d893d3dfd65a
|
|
|
|
https://www.jianshu.com/p/d893d3dfd65a
|
|
|
|
"""
|
|
|
|
"""
|
|
|
|
from Util.PdfUtil import read_pdf_file
|
|
|
|
from Util.PdfUtil import read_pdf_file
|
|
|
|