@@ -69,9 +69,9 @@ def cams_kfintech(
6969 Args:
7070 password: Password for the PDF file (if required)
7171
72- pdf_file: Base64 encoded CAS PDF file
72+ pdf_file: Base64 encoded CAS PDF file (required if pdf_url not provided)
7373
74- pdf_url: URL to the CAS PDF file
74+ pdf_url: URL to the CAS PDF file (required if pdf_file not provided)
7575
7676 extra_headers: Send extra headers
7777
@@ -125,9 +125,9 @@ def cdsl(
125125 Args:
126126 password: Password for the PDF file (if required)
127127
128- pdf_file: Base64 encoded CAS PDF file
128+ pdf_file: Base64 encoded CAS PDF file (required if pdf_url not provided)
129129
130- pdf_url: URL to the CAS PDF file
130+ pdf_url: URL to the CAS PDF file (required if pdf_file not provided)
131131
132132 extra_headers: Send extra headers
133133
@@ -181,9 +181,9 @@ def nsdl(
181181 Args:
182182 password: Password for the PDF file (if required)
183183
184- pdf_file: Base64 encoded CAS PDF file
184+ pdf_file: Base64 encoded CAS PDF file (required if pdf_url not provided)
185185
186- pdf_url: URL to the CAS PDF file
186+ pdf_url: URL to the CAS PDF file (required if pdf_file not provided)
187187
188188 extra_headers: Send extra headers
189189
@@ -238,9 +238,9 @@ def smart_parse(
238238 Args:
239239 password: Password for the PDF file (if required)
240240
241- pdf_file: Base64 encoded CAS PDF file
241+ pdf_file: Base64 encoded CAS PDF file (required if pdf_url not provided)
242242
243- pdf_url: URL to the CAS PDF file
243+ pdf_url: URL to the CAS PDF file (required if pdf_file not provided)
244244
245245 extra_headers: Send extra headers
246246
@@ -315,9 +315,9 @@ async def cams_kfintech(
315315 Args:
316316 password: Password for the PDF file (if required)
317317
318- pdf_file: Base64 encoded CAS PDF file
318+ pdf_file: Base64 encoded CAS PDF file (required if pdf_url not provided)
319319
320- pdf_url: URL to the CAS PDF file
320+ pdf_url: URL to the CAS PDF file (required if pdf_file not provided)
321321
322322 extra_headers: Send extra headers
323323
@@ -371,9 +371,9 @@ async def cdsl(
371371 Args:
372372 password: Password for the PDF file (if required)
373373
374- pdf_file: Base64 encoded CAS PDF file
374+ pdf_file: Base64 encoded CAS PDF file (required if pdf_url not provided)
375375
376- pdf_url: URL to the CAS PDF file
376+ pdf_url: URL to the CAS PDF file (required if pdf_file not provided)
377377
378378 extra_headers: Send extra headers
379379
@@ -427,9 +427,9 @@ async def nsdl(
427427 Args:
428428 password: Password for the PDF file (if required)
429429
430- pdf_file: Base64 encoded CAS PDF file
430+ pdf_file: Base64 encoded CAS PDF file (required if pdf_url not provided)
431431
432- pdf_url: URL to the CAS PDF file
432+ pdf_url: URL to the CAS PDF file (required if pdf_file not provided)
433433
434434 extra_headers: Send extra headers
435435
@@ -484,9 +484,9 @@ async def smart_parse(
484484 Args:
485485 password: Password for the PDF file (if required)
486486
487- pdf_file: Base64 encoded CAS PDF file
487+ pdf_file: Base64 encoded CAS PDF file (required if pdf_url not provided)
488488
489- pdf_url: URL to the CAS PDF file
489+ pdf_url: URL to the CAS PDF file (required if pdf_file not provided)
490490
491491 extra_headers: Send extra headers
492492
0 commit comments