# Copyright (c) Opendatalab. All rights reserved. """PDF转换处理器模块""" from .converter import convert_to_markdown __all__ = ['convert_to_markdown']