Getting different output in text and text_as_html for table element #3986
Replies: 1 comment
|
Late to this, but the short version is that those two fields don't come from the same place, so them disagreeing isn't really a bug in either one.
The other tell is that your Two things worth checking on your side. Your file also lists If you still have the PDF, partitioning that page with |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello All,
I am getting different output in text and text_as_html for table element
Please find my element below:
{
"type": "Table",
"element_id": "1aa17421-eba3-4b6c-88fb-aadcf150366d",
"text": "Impact Name Damage 1 Low It does not have a great impact on the projects, its completion in time is not endangered 2 Medium It has an effect on the project, but only in such a way that more people have to be involved, or the submission time is postponed or there is risk of a fine/penalty 3 High If this happens, the project will not be completed on time, there is a risk of termination of the contract/project (if it\u00b4s internal) fines/penalties or withdrawal from the contract",
"metadata": {
"text_as_html": "
"filetype": "application/pdf",
"languages": [
"eng",
"deu"
],
"page_number": 2,
"parent_id": "75053e81-304c-41a8-8fc4-a1f09dc51169",
"filename": "xxx\xxx.pdf"
}
All reactions