I am not understanding how to use batch processing in document ai in local storage | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 1

I am not understanding how to use batch processing in document ai in local storage

I am using document ai apk for processing my documents. It is very slow and i want to do batch processing. Please help me How to do batch processing for local storge files in the python programming. thank in advance

13th Apr 2024, 12:03 PM
CHENNAMSETTY SUMANTH
CHENNAMSETTY SUMANTH - avatar
1 Réponse
+ 2
This solve your problem. Have a look at this⤵️ https://stackoverflow.com/questions/77385521/how-to-locally-process-a-batch-of-files-using-document-ai-with-the-JUMP_LINK__&&__python__&&__JUMP_LINK-client In android, Yeah, you can perform batch processing for local storage files on your Android phone. First of all need to a script for all doc in your phone, Utilizing the SDK in python to process the document, lastly implement a loop in your script to iterate through all the documents and extract the necessary information using the Document AI functionalities. Remember, document AI does not provide direct support for executing bash commands. Document AI is a tool provided by Google Cloud Platform for performing document processing tasks such as text extraction, entity recognition, and document structure analysis. To interact with Document AI, you would typically use its API to submit documents for processing and retrieve the results.
13th Apr 2024, 1:06 PM
`нттp⁴⁰⁶
`нттp⁴⁰⁶ - avatar