Fix for "TableFormer IndexError: too many indices for array" BUG.
This would happen when PDF backend for whatever reason doesn't return PDF cells for a given table (broken PDF, or non empty PDF without text cells, etc.), and match with PDF cells is requested.
Bug fixed and added test case to catch this.
Fix for "TableFormer IndexError: too many indices for array" BUG. This would happen when PDF backend for whatever reason doesn't return PDF cells for a given table (broken PDF, or non empty PDF without text cells, etc.), and match with PDF cells is requested. Bug fixed and added test case to catch this.