The following ocrdump
utility examples extract various types of OCR information and write it to various targets:
ocrdump
Writes OCR content to a file called OCRDUMPFILE
in the current directory.
ocrdump MYFILE
Writes OCR content to a file called MYFILE
in the current directory.
ocrdump -stdout -keyname SYSTEM
Displays OCR content from the subtree of the key SYSTEM
in the terminal window.
ocrdump -stdout -xml
Displays OCR content in the terminal window in XML format.
ocrdump -stdout -backupfile Grid_home/cdata/cluster_name/file_name
Displays the content of the in the Grid_home
/cdata/
cluster_name
/file_name
directory. You must run this command as root
to be able to view all of the keys. Be sure to name the file appropriately so that it can be recognized by anyone as an OCR backup file, such as BACKUPOO.ocr
.