Azure Cognitive Services
A group of Azure artificial intelligence services and cognitive APIs that help build intelligent apps.
938 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am trying to extract table data by training different table layout structures. But once the training is completed I am not able to fetch the table data if I am trying to analyze a new file which has a different layout. Is it a limitation from Azure cognitive services.
Hi, thanks for reaching out. Based on my understanding, you're building a custom model correct? If so, you'd need to train models for the different layouts. You can leverage model compose to compose your models into a single model. Hope this helps.