I am trying to read a pdf data using custom AI Model (Unstructured version of Document Processing) and then input the data into an excel table. I trained the model with 5 documents and when i processed the documents found some of the data from the table is truncated (I have a table with 8 columns in pdf) and in some cases data is missing, saved as blank instead of column value.
Example-1: if a column value in the PDF table is 184, extracted value 18 in the excel file.

I can see the same value in the preview as well. I tried using advanced tagging mode and it still shows selected tagged value as 18 instead of 184. if I remove the tag and retag it, still not applied to the entire number (184).
Please let me know if anyone has come across this issue and what is the solution.