Miscellaneous updates (#5670)

### What problem does this PR solve?

#5625 #5614 

### Type of change


- [x] Documentation Update
This commit is contained in:
writinwaters
2025-03-06 09:55:27 +08:00
committed by GitHub
parent a54843cc65
commit 5f62f0c9d7
8 changed files with 29 additions and 23 deletions

View File

@ -140,7 +140,7 @@ export default {
toMessage: 'Missing end page number (excluded)',
layoutRecognize: 'Document parser',
layoutRecognizeTip:
'Use visual models for layout analysis to better understand the structure of the document and effectively locate document titles, text blocks, images, and tables. If disabled, only the plain text in the PDF will be retrieved.',
'Use a visual model for PDF layout analysis to effectively locate document titles, text blocks, images, and tables. If the naive option is chosen, only the plain text in the PDF will be retrieved. Please note that this option currently works ONLY for PDF documents.',
taskPageSize: 'Task page size',
taskPageSizeMessage: 'Please input your task page size!',
taskPageSizeTip: `During layout recognition, a PDF file is split into chunks and processed in parallel to increase processing speed. This parameter sets the size of each chunk. A larger chunk size reduces the likelihood of splitting continuous text between pages.`,