Share via

In Document Intelligence Studio Layout run analysis is combining two columns in one how can i fix it?

Ali Cruz 20 Reputation points
2025-08-15T19:40:50.4633333+00:00

I am using this pdf to test document intelligence studio layout

User's image

but when I review the analysis results, I noticed in the result table Price and Per Square columns are combine see screenshot
User's image

but in the original pdf are two separate columns, is there a way I can fix this either in Document Intelligence studio or when using the API?

Azure Document Intelligence in Foundry Tools
0 comments No comments

Answer accepted by question author

Sina Salam 29,021 Reputation points Volunteer Moderator
2025-08-16T13:42:17.7333333+00:00

Hello Ali Cruz,

Welcome to the Microsoft Q&A and thank you for posting your questions here.

I understand that you observed in Document Intelligence Studio Layout run analysis is combining two columns to one and you need how you can fix it.

If the PDF doesn’t have clear separators (lines, spacing, or borders), the model sometimes merges two adjacent columns into one cell exactly like you’re seeing with Price and Per Square.

You can’t manually “fix” the Layout model’s column detection in Studio. The options are:

  • Try document model (instead of just layout).
  • Improve table formatting in the PDF by adding clear separators.
  • Split values programmatically after extraction.
  • Train a custom model if you need consistent separation:

In Document Intelligence Studio, you can build a custom extraction model (using “custom extraction” instead of just layout). You can label Price and Per Square separately in training data. The trained model will then learn to separate them correctly, even if the Layout model merges them.

I hope this is helpful! Do not hesitate to let me know if you have any other questions or clarifications.


Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful.

Was this answer helpful?


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.