You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
you can change the parse_pdf_type to ParsePDFType.FAST . the function of ParsePDFType.FULL have moved to MinerU https://github.com/opendatalab/MinerU
for local file
from magic_doc.docconv import DocConverter, S3Config, ParsePDFType
converter = DocConverter(s3_config=None, parse_pdf_type=ParsePDFType.FULL)
markdown_content, _ = converter.convert("reimbursement.pdf", conv_timeout=300)
print(markdown_content)
运行上述代码的时候 会报缺少依赖 如果不适用full的话 就不会
The text was updated successfully, but these errors were encountered: