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.
在 python 中,tabula-py 可用于从 pdf 文件中提取表格。有没有办法在颤振应用程序中做同样的事情?
我正在为我的一个副项目寻找同样的问题。我计划的解决方案是-使用python + Django REST / gRPC开发一个后端API,将文件从flutter app上传到后端,使用tabula读取后端中的表格并通过API将所需信息返回给flutter app。我觉得这样会更干净。如果您还发现任何其他快捷方式,请告诉我:-)。