We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8866583 commit 146c4d8Copy full SHA for 146c4d8
README.md
@@ -181,9 +181,7 @@ at [SharpAPI.com](https://sharpapi.com/)
181
182
Parses a resume (CV) file from multiple formats (PDF/DOC/DOCX/TXT/RTF) and returns an extensive object of data points.
183
184
-The file has to be uploaded as `form-data` parameter called `file`.
185
-
186
-An optional language parameter can also be provided (`English` value is set as the default one) .
+An optional output language parameter can also be provided (`English` value is set as the default one) .
187
188
```php
189
$statusUrl = \SharpApiService::parseResume('/test/resume.pdf', 'English');
0 commit comments