Name | Description |
---|---|
api-key (header) | API key which you will receive with your subscription here |
corrected (form-data) | Corrected json file of the extraction. With Eagle Doc OCR APIs, you get your extractions in structured format of JSON. If something goes wrong, you can make corrections on the json file and sent back to Eagle Doc through this API as parameter 'corrected'. |
instructions (query parameter) | String to indicate the instructions how a field can be extracted from the original text. Such as "from text 'This invoice should be paid by Feb 02, 2025', get InvoiceDueDate: '2025-02-02'". You can concatenate multiple instructions into a single string using semicolons (';') as separators. |
overwrite (query parameter) | Boolean to indicate whether to overwrite old learnings of this document. |