Research Article

Script Identification from Printed Indian Document Images and Performance Evaluation Using Different Classifiers

Algorithm 1

Algorithm for computation of small component.
Initially Set SC = 0;
Using component analysis each component is considered and pixel count is done.
   If Number Of Pixel (NOP) <= Predefined Threshold
   SC++;
End