Fix: Plain parser is skipped (#11094)

### What problem does this PR solve?

plain parser skipeed

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
Billy Bao
2025-11-07 13:39:29 +08:00
committed by GitHub
parent 2cb1046cbf
commit b137de1def

View File

@ -641,6 +641,7 @@ def chunk(filename, binary=None, from_page=0, to_page=100000,
to_page = to_page,
lang = lang,
callback = callback,
layout_recognizer = layout_recognizer,
**kwargs
)