How to associate the textract output with input for human verification?

1

After I extracting table using textract, I need some human verification for the output. I use Sagemaker to do this. I hope I can associate the extracted table cell or table row to the input table cell or row, which is in a pdf file. Could I do that?

Ryan
posta 3 mesi fa97 visualizzazioni
1 Risposta
0

Detected tables are returned as Block objects in the responses from AnalyzeDocument and GetDocumentAnalysis. You can export the tables into CSV files. If you can specify more on how exactly the human verification process will work, I maybe able to suggest something more. I'm imagining something like human comparing the table in the pdf and the output table side by side. Amazon Textract capabilities for processing tables in pdfs

AWS
con risposta 2 mesi fa
profile picture
ESPERTO
verificato un mese fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande