Skip to content

Commit 3abf4e5

Browse files
authored
Update document_parser.md
1 parent 2f7ea79 commit 3abf4e5

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

docs/document_parser.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,6 @@
88
/your-parser-goes-here.ts
99
```
1010
# Interface changes
11-
## src/interfaces/SmartDocuments.ts
12-
```Javascript
13-
export interface ExtractDocumentDetailsFromImageRequest {
14-
document_url: string;
15-
document_type: "PAN_CARD"|"AADHAAR_CARD"; // Add new document type here
16-
ocr_library: {
17-
ocr_type: "google-vision";
18-
api_key: string;
19-
};
20-
}
21-
```
2211
* *(Optionally)* If your parser exposes new document fields
2312
## src/interfaces/SmartDocuments.ts
2413
``` Javascript

0 commit comments

Comments
 (0)