docai#

模块包含一个基于Google Cloud的Document AI的PDF解析器。

您需要安装两个库来使用此解析器: pip install google-cloud-documentai pip install google-cloud-documentai-toolbox

docai.DocAIParser(*[, client, project_id, ...])

Google Cloud Document AI 解析器。

docai.DocAIParsingResults(source_path, ...)

用于存储Document AI解析结果的数据类。