问题 I found article below to do in python. https://docs.aws.amazon.com/textract/latest/dg/examples-export-table-csv.html also I used article below to extract text. https://docs.aws.amazon.com/textract/latest/dg/detecting-document-text.html but above article helped to get only text, I also used function "block.getBlockType()" of Block but none of block returned its type as "CELL" even tables are there in image/pdf. Help me found java library similar to "boto3" to extract all tables. 回答1: What I