Description |
Uploads an OCR result to the database. |
||||||||||||
Method Type |
POST |
||||||||||||
URL |
api/ocr/upload-ocr |
||||||||||||
Parameters |
|
||||||||||||
Response Type |
JSON (JsonResult) |
||||||||||||
Return values |
{ response (String) } |
Programming notes
The API will automatically read the OCRDatabaseType value from the appsettings.json file, and decide if the OCR must be stored in the SQL, or in the ODBC database.
Example
None
Requirements