Commit 1d46dd69 authored by littletomatodonkey's avatar littletomatodonkey
Browse files

Support to recognize space text

parent d6331154
......@@ -46,6 +46,7 @@ public:
this->use_mkldnn_ = use_mkldnn;
this->label_list_ = Utility::ReadDict(label_path);
this->label_list_.push_back(" ");
LoadModel(model_dir);
}
......@@ -83,4 +84,4 @@ private:
}; // class CrnnRecognizer
} // namespace PaddleOCR
\ No newline at end of file
} // namespace PaddleOCR
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment