我有一些 pdf 文件上传到 blobstore,我想将它们转换为字符串并将它们作为文本文件存储在 blobstore 中。我想知道如何将字符串(pdf 转换为文本)作为文件写入 blobstore。我知道它有一个 API
https://developers.google.com/appengine/docs/python/blobstore/#Writing_Files_to_the_Blobstore
但它已被弃用。那么有什么可能的替代方案呢?
我有一些 pdf 文件上传到 blobstore,我想将它们转换为字符串并将它们作为文本文件存储在 blobstore 中。我想知道如何将字符串(pdf 转换为文本)作为文件写入 blobstore。我知道它有一个 API
https://developers.google.com/appengine/docs/python/blobstore/#Writing_Files_to_the_Blobstore
但它已被弃用。那么有什么可能的替代方案呢?