Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Commit

Permalink
Update Pdf2TxtClient.php
Browse files Browse the repository at this point in the history
  • Loading branch information
joanfabregat committed Feb 23, 2024
1 parent 12d2f30 commit d660785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pdf2TxtClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public function processJsonResponse(StreamInterface $response): array
* @param string $pdfPath
* @param ConvertOptions $options
* @return StreamInterface
* @throws Exception|JsonException
* @throws Exception
*/
public function convertLocalFile(string $pdfPath, ConvertOptions $options = new ConvertOptions()): StreamInterface
{
Expand Down

0 comments on commit d660785

Please sign in to comment.