Filter löschen
Filter löschen

Language data in ocr function not working

5 Ansichten (letzte 30 Tage)
Mir Pias
Mir Pias am 17 Jul. 2016
Bearbeitet: Walter Roberson am 17 Jul. 2016
I am using matlab 2015b, I have installed ocr language data using visionSupportPackages command. when I use ocr function using language string, it shows following error
Error using ocr
Too many input arguments.
Error in temp (line 5)
txt = ocr(im2,'Language','Bengali');
The code
im = imread('21.jpg');
im = rgb2gray(im);
level = graythresh(im);
im2=im2bw(im, level);
txt = ocr(im2,'Language','Bengali');

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 17 Jul. 2016
Please show the output of
which -all ocr
I suspect you have accidentally created your own ocr.m that is taking priority.
  1 Kommentar
Mir Pias
Mir Pias am 17 Jul. 2016
Bearbeitet: Walter Roberson am 17 Jul. 2016
There is another ocr in the path, problem solved when its removed, Thank you
which -all ocr
C:\Users\gdwgfuvyuadfoadfyode\Google Drive\senior project\MM4-BV4-portfolio\Bijlage\ocr.m
C:\Program Files\MATLAB\R2015b\toolbox\vision\vision\ocr.m % Shadowed

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Image Processing Toolbox finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by