microsoft / OCR-Form-Tools

A set of tools to use in Microsoft Azure Form Recognizer and OCR services.
MIT License
511 stars 174 forks source link

Support for supervised table labeling spanning multiple pages #911

Open fabiocarello opened 3 years ago

fabiocarello commented 3 years ago

Is your feature request related to a problem? Please describe. Given a table spanning multiple pages we can't apply table labeling across the whole document. When trying to apply a label from the next page into the same table we get: _Sorry, we don't support cross-page regions with the same tag. You have regions with tag "TAGNAME" across 2 pages.

Describe the solution you'd like It would be useful to allow table tags to span multiple pages. Describe alternatives you've considered As an alternative, we are now using different table labels on each page. But I'm wondering if is there any best practice for this scenario. We already tried: • Labelling first table page only: it didn't work on other pages • Labeling first and second table on two different table tag: not sure if this works consistently

Thanks.

Additional context multi_page_table_error