Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
xl2533
/
FinDoc
like
2
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
d067a6a
FinDoc
/
build_index
/
parser
/
__init__.py
xl2533
initial
6c945f2
about 2 years ago
raw
Copy download link
history
blame
Safe
143 Bytes
# -*-coding:utf-8 -*-
from
.html_parser
import
*
from
.pdf_parser
import
*
ParserFactory = {
'html'
: HTMLParser(),
'pdf'
: PDFParser()
}