You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| $job_id |```String```|```NULL```| No | It's a optional parameter. Extraction **job id**. If this option is blank the plugin will auto create the **ID**|
59
-
| $extra_data |```TesseractOcrOptions```|```NULL```| No | It's a optional parameter. To pass extra parameter. If you are extracting a image file, you can mention languages and more by this ```Nilgems\PhpTextract\ExtractorService\Ocr\Contracts\TesseractOcrOptions```**parameter**. |
55
+
| Option | Type | Default value | Required | Description |
| $job_id |```String```|```NULL```| No | It's a optional parameter. Extraction **job id**. If this option is blank the plugin will auto create the **ID**|
59
+
| $pdfOption |```PdfOptions```|```NULL```| No | It's a optional parameter. To pass extra parameter. If you are extracting a pdf file, you can mention password and more by this ```Nilgems\PhpTextract\ExtractorService\Pdf\Contracts\PdfOptions```**parameter**. |
60
+
| $ocrOption |```TesseractOcrOptions```|```NULL```| No | It's a optional parameter. To pass extra parameter. If you are extracting a image file, you can mention languages and more by this ```Nilgems\PhpTextract\ExtractorService\Ocr\Contracts\TesseractOcrOptions```**parameter**. |
0 commit comments