I have performed testing of the IndicPhotoOCR framework using this reference repository . As mentioned in the documentation, the model is expected to support multiple Indian languages, including Malayalam.
I have successfully:
1)Installed the virtual environment
2)Installed all required dependencies
3)Completed the setup process without errors
I attempted to test the following modules:
1)Detection
2)Cropped Word Script Identification
3)Cropped Word Recognition
4)End-to-End Scene Text Recognition
However, I am not receiving any output for Malayalam scripts. The execution completes without producing predicted text results.
Could you please guide me on the correct procedure for running inference specifically for Malayalam scripts? I would appreciate clarification on:
1)Whether any additional pretrained Malayalam-specific weights need to be downloaded
2)If any language configuration parameters must be explicitly set
3)Required input image format or preprocessing steps
4)Any additional checkpoints or model files required for Malayalam
5)Whether Malayalam support is currently enabled in the released version
Kindly suggest the exact steps to be followed to successfully run the pipeline for Malayalam script recognition.
I have performed testing of the IndicPhotoOCR framework using this reference repository . As mentioned in the documentation, the model is expected to support multiple Indian languages, including Malayalam.
I have successfully:
1)Installed the virtual environment
2)Installed all required dependencies
3)Completed the setup process without errors
I attempted to test the following modules:
1)Detection
2)Cropped Word Script Identification
3)Cropped Word Recognition
4)End-to-End Scene Text Recognition
However, I am not receiving any output for Malayalam scripts. The execution completes without producing predicted text results.
Could you please guide me on the correct procedure for running inference specifically for Malayalam scripts? I would appreciate clarification on:
1)Whether any additional pretrained Malayalam-specific weights need to be downloaded
2)If any language configuration parameters must be explicitly set
3)Required input image format or preprocessing steps
4)Any additional checkpoints or model files required for Malayalam
5)Whether Malayalam support is currently enabled in the released version
Kindly suggest the exact steps to be followed to successfully run the pipeline for Malayalam script recognition.