Feeds
提问
How to display multiple string outputs in a static text box in GUI
Hi, I have a program which outputs strings. However I would like to get all those seperate string output in a single static te...
7 years 前 | 1 个回答 | 0
1
个回答提问
NaN ouput on using string2double function for an OCR-ed output string
I have attached a snapshot of file showing undesirable result, as when I use string2double function the output I am getting is N...
7 years 前 | 1 个回答 | 0
1
个回答提问
How to extract data from an excel file to be compared with an output of an OCR-ed image
The problem is as follows: I have extracted an account number from a bank document and now would like to check if that account...
7 years 前 | 1 个回答 | 0
1
个回答提问
using conditional operators for string matching
J=im2uint8(im); ocrResults = ocr(J) recognizedText = ocrResults.Text; TF=contains(recognizedText,'Axis Bank', 'I...
7 years 前 | 0 个回答 | 0
