Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
从 tika 导入解析器导入 tika
文件名 = "sample.pdf"
PDF_Parse = parser.from_file(文件名)
打印(PDF_Parse ['内容'])
打印(PDF_Parse ['元数据'])