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:
parent
2cb1046cbf
commit
b137de1def
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue