-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
ReadMe.txt
14 lines (12 loc) · 791 Bytes
/
ReadMe.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
----------------Table Detection in PDF---------------
>Training:
- Run the code "1_Table_Detection_Training.ipynb" on colab python 3
- Upload the data.zip in colab directory
- Save the model(checkpoint) .tar File in google drive for Testing Purpose.
>Testing:
- Run the code "2_Table_Detection_Testing.ipynb" in colab python 3
- Import the model(checkpoint) from google Drive **use same name of checkpoint**/
- Upload the "test_sample.png" image for testing from image.
- For testing From Pdf first run the code "Pdf_To_images.ipynb" in local directory <it will save the pdf to jpg images>
- Upload the zip of images on colab and run the next section pDF table detection
- The end product will be saved as Pdf file check the file for accuracy of given model detector.