IntelligentRedactInhOCR

Description

Searches a given predefined expressions in hOCR text, and returns with the positions of the matching results.

This function can search for the followings:

Social Security Number

Phone

Credit Card

Email

Date

Method Type POST
URL api/ocr/intelligent-redact
Parameters
Name Type Description
hOCR String hOCR text of the document.
SocialSecurity Bool Searches for Social Security numbers.
Phone Bool Searches for Phone numbers.
CreditCard Bool Searches for Credit Card numbers.
Email Bool Searches for Email.
Date Bool Searches for Date.
Response Type JSON (JsonResult)
Return values

{

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

}

Programming notes

None

Example

None

Requirements