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
質問済み 3ヶ月前97ビュー
1回答
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
回答済み 2ヶ月前
profile picture
エキスパート
レビュー済み 1ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ