Skip to content
This repository has been archived by the owner on Nov 12, 2017. It is now read-only.

Commit

Permalink
Default changed to OEM_DEFAULT
Browse files Browse the repository at this point in the history
  • Loading branch information
squidpickles committed Apr 6, 2015
1 parent e36a756 commit 72bfdb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tesserpy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ static void PyTesseract_dealloc(PyTesseract *self) {
static int PyTesseract_init(PyTesseract *self, PyObject *args, PyObject *kwargs) {
char *datapath = NULL;
char *language = NULL;
tesseract::OcrEngineMode oem = tesseract::OEM_TESSERACT_ONLY;
tesseract::OcrEngineMode oem = tesseract::OEM_DEFAULT;
PyObject *py_configs = NULL;
PyObject *py_vars = NULL;
int set_only_non_debug_params = 0;
Expand Down

0 comments on commit 72bfdb2

Please sign in to comment.