[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2021-02-11 UTC."],[],[],null,["# FirebaseMLVision Framework Reference\n\nFIRVisionDocumentTextRecognizer\n===============================\n\n\n @interface FIRVisionDocumentTextRecognizer : NSObject\n\nA cloud document text recognizer that recognizes text in an image.\n- `\n ``\n ``\n `\n\n ### [-init](#/c:objc(cs)FIRVisionDocumentTextRecognizer(im)init)\n\n `\n ` \n Unavailable. Use `Vision` factory methods. \n\n #### Declaration\n\n Objective-C \n\n - (nonnull instancetype)init;\n\n- `\n ``\n ``\n `\n\n ### [-processImage:completion:](#/c:objc(cs)FIRVisionDocumentTextRecognizer(im)processImage:completion:)\n\n `\n ` \n Processes the given image for cloud document text recognition. \n\n #### Declaration\n\n Objective-C \n\n - (void)processImage:(nonnull ../Classes/FIRVisionImage.html *)image\n completion:\n (nonnull ../Type-Definitions.html#/c:FIRVisionDocumentTextRecognizer.h@T@FIRVisionDocumentTextRecognitionCallback)completion;\n\n #### Parameters\n\n |--------------------|----------------------------------------------------------------------------------|\n | ` `*image*` ` | The image to process for recognizing document text. |\n | ` `*completion*` ` | Handler to call back on the main queue when document text recognition completes. |"]]