init python part (#7)

This commit is contained in:
KevinHuSh
2023-12-14 19:19:03 +08:00
committed by GitHub
parent 95c6cbbf45
commit f4456af464
21 changed files with 582328 additions and 0 deletions

View File

@ -0,0 +1,3 @@
from .pdf_parser import HuParser as PdfParser
from .docx_parser import HuDocxParser as DocxParser
from .excel_parser import HuExcelParser as ExcelParser