<< Click to Display Table of Contents >> Navigation: OCR Module > Input List Handling > OCR_NewInputFields |
OCR_NewInputFields initializes a new PXO_InputField structure, which determines the coordinates used for OCR. OCR_NewInputFields is similar to an array or std::vector class but API functions must be used for access. OCR_ReleaseInputfields can be used to delete structures when this process is complete. Please note that all elements are case-sensitive:
HRESULT OCR_NewInputFields(
PXO_InputFields *pInFields
);
pInFields
Pointer to a PXO_InputField variable that receives the created object.
If the function succeeds then the return value is OCR_OK
If the function fails then the return value is an error code.