SearchInhOCR

Description Searches a given expression, keyword or text in hOCR text.
Method Type POST
URL api/ocr/search-hocr
Parameters
Name Type Description
hOCR String hOCR text of the document.
Keyword String Keyword to search.
MatchCase Bool Indicates if the search is case-sensitive or not.
Response Type JSON (JsonResult)
Return values

{

matches (String) [Serialized Object of List<biSearch.Redact>]

}

Programming notes

None

Example

None

Requirements