Note that there are some explanatory texts on larger screens.

plurals
  1. POlibrary not found in tesseract?
    primarykey
    data
    text
    <p>I downloaded tesseract demo code of "rcarlsen-Pocket-OCR-9912da9" from <a href="https://github.com/rcarlsen/Pocket-OCR/downloads" rel="nofollow noreferrer">https://github.com/rcarlsen/Pocket-OCR/downloads</a> Now i am facing problems with libraries used in it.Can anyone tell how can i solve this?or from where i can get it?</p> <pre><code>#import &lt;UIKit/UIKit.h&gt; #import &lt;MessageUI/MessageUI.h&gt; #import "ZoomableImage.h" // conditionally import or forward declare to contain objective-c++ code to here. #ifdef __cplusplus #import "baseapi.h" using namespace tesseract; #else @class TessBaseAPI; #endif @interface OCRDisplayViewController : UIViewController &lt;UIActionSheetDelegate, UINavigationControllerDelegate, MFMailComposeViewControllerDelegate, UIImagePickerControllerDelegate&gt; { TessBaseAPI *tess; UIImage *imageForOCR; NSString *outputString; UIActivityIndicatorView *activityView; IBOutlet UIBarButtonItem *cameraButton; IBOutlet UIBarButtonItem *actionButton; IBOutlet ZoomableImage *thumbImageView; IBOutlet UILabel *statusLabel; IBOutlet UITextView *outputView; } @property(nonatomic,retain)NSString *outputString; @property(nonatomic,retain)IBOutlet UITextView *outputView; @property(nonatomic,retain)IBOutlet UIBarButtonItem *cameraButton; @property(nonatomic,retain)IBOutlet UIBarButtonItem *actionButton; @property(nonatomic,retain)IBOutlet ZoomableImage *thumbImageView; @property(nonatomic,retain)IBOutlet UILabel *statusLabel; @end </code></pre> <p><img src="https://i.stack.imgur.com/vOH70.png" alt="enter image description here"></p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload