We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f7ea79 commit 3abf4e5Copy full SHA for 3abf4e5
1 file changed
docs/document_parser.md
@@ -8,17 +8,6 @@
8
/your-parser-goes-here.ts
9
```
10
# 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
-```
22
* *(Optionally)* If your parser exposes new document fields
23
## src/interfaces/SmartDocuments.ts
24
``` Javascript
0 commit comments