# CloudmersiveOcrApiClient.OcrPageResult

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pageNumber** | **Number** | Page number of the page that was OCR-ed, starting with 1 for the first page in the PDF file | [optional] 
**meanConfidenceLevel** | **Number** | Confidence level rating of the OCR operation; ratings above 80% are strong. | [optional] 
**textResult** | **String** | Converted text string from the image input. | [optional] 


