Skip to content

senthilsam/indix-table-detection

Repository files navigation

indix-table-detection

Pre Requiste

  1. Perl 5.16
  2. Python 2.7 2.1 sklearn 2.2 pickle

Steps for training: step 1: Generating feature file from trainfile perl extractBinaryFeatureTrainset.pl step 2. Train Random Forest model with the help of feature file. python trainRandomForest.py It will ask for the feature file and modelfile name.

steps for testing: step 1: Generating feature file from testfile. perl extractBinaryFeatureTestset.pl step 2. Predict the output with the help of model file and test feature file. python trainRandomForest.py It will ask for the feature file and modelfile name and outfile.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published