mirror of
https://git.mirrors.martin98.com/https://github.com/jina-ai/reader.git
synced 2025-08-18 21:05:56 +08:00
docs: minor fix
This commit is contained in:
parent
ce11f44b92
commit
4e5abd345e
@ -74,7 +74,7 @@ class Viewport extends AutoCastable {
|
||||
schema: { type: 'string' }
|
||||
},
|
||||
'X-Respond-With': {
|
||||
description: `Specifies the (non-default) form factor of the crawled data you prefer.\n\n` +
|
||||
description: `Specifies the (non-default) form of the crawled data you prefer.\n\n` +
|
||||
`Supported formats: \n` +
|
||||
`- markdown\n` +
|
||||
`- html\n` +
|
||||
@ -82,7 +82,9 @@ class Viewport extends AutoCastable {
|
||||
`- pageshot\n` +
|
||||
`- screenshot\n` +
|
||||
`- content\n` +
|
||||
`- any combination of the above\n\n` +
|
||||
`- any combination of the above\n` +
|
||||
`- readerlm-v2\n` +
|
||||
`- vlm\n\n` +
|
||||
`Default: content\n`
|
||||
,
|
||||
in: 'header',
|
||||
@ -201,7 +203,7 @@ class Viewport extends AutoCastable {
|
||||
schema: { type: 'string' }
|
||||
},
|
||||
'X-Engine': {
|
||||
description: 'Specify the engine to use for crawling.\n\nSupported: browser, direct, vlm, readerlm-v2',
|
||||
description: 'Specify the engine to use for crawling.\n\nSupported: browser, direct, cf-browser-rendering',
|
||||
in: 'header',
|
||||
schema: { type: 'string' }
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user