You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
attached the part of the pdf, which I am trying to extract.
I am doing extraction using:
textract_json = call_textract(input_document="s3:url",
features=[Textract_Features.LAYOUT,
Textract_Features.TABLES])
layout = get_text_from_layout_json(textract_json=data)
the output I am getting is:
I analysed this in textract console, there it was able to detect two tables and everything clearly analyzed over there.
and I was able to extract this, when I am loading the json to ( textractor.entities.document import Document ) the Document and get the results using document.text but the extracted tables are not bordered when I am using this function.
I will try to resolve this from my end, but if I am missing anything or anyone already working on this, I request and appreciate all the help.
Thankyou.
The text was updated successfully, but these errors were encountered:
attached the part of the pdf, which I am trying to extract.
I am doing extraction using:
textract_json = call_textract(input_document="s3:url",
features=[Textract_Features.LAYOUT,
Textract_Features.TABLES])
layout = get_text_from_layout_json(textract_json=data)
the output I am getting is:
I analysed this in textract console, there it was able to detect two tables and everything clearly analyzed over there.
and I was able to extract this, when I am loading the json to ( textractor.entities.document import Document ) the Document and get the results using document.text but the extracted tables are not bordered when I am using this function.
I will try to resolve this from my end, but if I am missing anything or anyone already working on this, I request and appreciate all the help.
Thankyou.
The text was updated successfully, but these errors were encountered: