mirror of
https://github.com/VectifyAI/PageIndex.git
synced 2026-07-24 21:41:04 +02:00
Update page_index.py
This commit is contained in:
parent
ab23db0a9f
commit
abdca8efca
1 changed files with 2 additions and 2 deletions
|
|
@ -721,12 +721,12 @@ def process_no_toc(page_list, start_index=1, model=None, logger=None):
|
|||
model
|
||||
)
|
||||
|
||||
toc_with_page_number_additional = _validate_physical_indices(
|
||||
toc_with_page_number_additional = _validate_chunk_physical_indices(
|
||||
toc_with_page_number_additional,
|
||||
group_text
|
||||
)
|
||||
|
||||
toc_with_page_number_additional = _validate_chunk_physical_indices(
|
||||
toc_with_page_number_additional = _validate_physical_indices(
|
||||
toc_with_page_number_additional,
|
||||
len(page_list),
|
||||
start_index
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue