Комментарии:
well i have a question, beautiful video explaining everything btw
What does this method any differ from just calling the api?
I am watched this video. I need one clarification bro. Python trp module which part is helped in pdf file to text extract method. Please explain python trp module bro.
Thanks in advance
I appreciate the video. Quick question, I have completed the tutorial but when I run the test, it seems like my invoke lambda isn't doing anything. I believe the only thing I needed to change was the SNS topic Arn and role on lines 6 and 7 correct? I've also added the lambda layer as well and set the trigger to one of my buckets.
Appreciate your time
What is poc as a service?
ОтветитьI am getting a key error in resultTextract function. Can you help me?
ОтветитьI am getting message in flight SQS, but I don't see data in s3. what might be the issue
ОтветитьWhy use sqs when sns can also trigger lambda
ОтветитьSir, thanks for the video. One question, Is it good idea to directly upload the pdf in s3 ? Can we first take the pdf in our own microserver than upload it into s3.
ОтветитьHi..Its very useful.. thanks
Can we get output in csv format?
@cloudquicklabs Hi can you give more information for invoking second lambda?
its same situation for me as others, it is not getting invoked or triggered by sqs, I checked SNS, it is getting response from first lambda function.
Helo sir. This process working multi page pdf also
ОтветитьI am getting key error in result function, can you please guide me.
error message- "records"
error type- key error
I am facing: Exception in GetTableFromTextractResult and error is 'NoneType' object has no attribute 'key'. Any idea what would be the possible reason ?
ОтветитьI wish to know whether this solution would be able to extract the structured table formats embedded as [IMAGES] in PDF file . How to adapt the Lambda code to meet this requirement? I look forward to your advise. Thank you
ОтветитьI wish to know whether this solution would be able to extract the structured table formats embedded as [IMAGES] in PDF file . It seems a bit tricky to parse the images in PDF and require more overhead. How to adapt the Lambda code to meet this requirement? I look forward to your advise. Thank you
ОтветитьHi sir I have a usecase that have to read multiple page invoice details and send as json format please guide me i have watched your video but im unable ro get it properly so please guide me
Ответитьcan you help me parse the table data into json format, I don't see much documentation on this as it has to be fetched based on relationship id's. ideally am looking to read multipage pdf containing multiple tables and convert these tables to json (title, header, cell footer)
Ответить