I am facing an issue while using the free trial API of Adobe to extract table data from PDFs in Python. When Adobe extracts the table data and returns XLSX files for each table, it often misses table values or incorrectly places values in the wrong columns. For example, if a table has two columns, Date and Price, Adobe sometimes replaces some Date values with Price values, and vice versa. However, when I test the same PDF on the Adobe frontend, the results are much more accurate. Why does this issue occur when using the Adobe API? I need guidance and help