Description |
Returns with the OCR text of an entire page. |
|||||||||||||||||||||
Method Type |
POST |
|||||||||||||||||||||
URL |
api/ocr/ocr |
|||||||||||||||||||||
Parameters |
|
|||||||||||||||||||||
Response Type |
JSON (JsonResult) |
|||||||||||||||||||||
Return values |
{ ocr (String) } |
Programming notes
The API will automatically read the OCRDatabaseType value from the appsettings.json file, and decide if the OCR must be queried from the SQL, or an ODBC database.
Example
None
Requirements