Skip to content

Commit bbc6e0e

Browse files
authored
Merge pull request #53 from veryfi/feature/remove-unused-import
Update Client.ts
2 parents b826225 + 26fd2a1 commit bbc6e0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/types/Client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import fs from "fs";
21
import {VeryfiDocument} from "./VeryfiDocument";
32
import {JsonObject, VeryfiExtraArgs} from "./VeryfiExtraArgs";
43
import {Tag} from "./Tag";
@@ -319,6 +318,7 @@ export declare class Client {
319318
* @param {number} document_id The unique identifier of the document.
320319
* @param {boolean} bounding_boxes A field used to determine whether to return bounding_box and bounding_region for extracted fields in the Document response.
321320
* @param {boolean} confidence_details A field used to determine whether to return the score and ocr_score fields in the Document response.
321+
* @param kwargs Additional request parameters
322322
* @returns {Promise<JsonObject>} Object of a previously processed blueprinted document.
323323
*/
324324
public get_bank_statement(document_id: number,

0 commit comments

Comments
 (0)