How to replace tab with space while performing OCR scan using MODI 11.0?
-
Hello Everybody, I am creating a app to convert Image to Text file. I refereed following link []. I am able to convert Image to text file.But when i convert Image file which have row and column layout (i.e., data is as in excel sheet format).when i read this type of file if the gap between corresponding columns is different. OCR takes it as Row delimiter and cuts the following text on new line. So I wanna replace the gaps to equal space while performing OCR scanning. Please help Any suggestions appreciated. Regards Rizwan
-
Hello Everybody, I am creating a app to convert Image to Text file. I refereed following link []. I am able to convert Image to text file.But when i convert Image file which have row and column layout (i.e., data is as in excel sheet format).when i read this type of file if the gap between corresponding columns is different. OCR takes it as Row delimiter and cuts the following text on new line. So I wanna replace the gaps to equal space while performing OCR scanning. Please help Any suggestions appreciated. Regards Rizwan
If you get the data into a text file then you can replace the char(9) tab in the text with char(34) which is a space, then output the text into the excel file.
Never underestimate the power of human stupidity RAH
-
If you get the data into a text file then you can replace the char(9) tab in the text with char(34) which is a space, then output the text into the excel file.
Never underestimate the power of human stupidity RAH
Hello Mycroft Holmes, When the data is retrieve in text file the order of rows and columns changes hence ,when i replace space with tab in Text file. I do not get the required table layout as in image file. Therefore i wanna replace it at the time of OCR scanning or know is there any alternative to achieve it. Any suggestion appreciated. Regards Rizwan
-
If you get the data into a text file then you can replace the char(9) tab in the text with char(34) which is a space, then output the text into the excel file.
Never underestimate the power of human stupidity RAH