MrSimple07 commited on
Commit
64543ac
·
1 Parent(s): 2595129

content = format_table_content fixed

Browse files
Files changed (1) hide show
  1. documents_prep.py +0 -1
documents_prep.py CHANGED
@@ -113,7 +113,6 @@ def chunk_table_by_rows(table_data, doc_id, max_rows=2):
113
  table_data,
114
  headers,
115
  chunk_rows,
116
- doc_id,
117
  table_identifier,
118
  chunk_info=f"Строки {i+1}-{i+len(chunk_rows)} из {len(rows)}"
119
  )
 
113
  table_data,
114
  headers,
115
  chunk_rows,
 
116
  table_identifier,
117
  chunk_info=f"Строки {i+1}-{i+len(chunk_rows)} из {len(rows)}"
118
  )