Coder Social home page Coder Social logo

Comments (1)

JKYang01 avatar JKYang01 commented on July 20, 2024

some follow ups:
I tried another way to crop the table. I transferred the pdf page into a .png file and save the table as a crop image of the pdf image.
the output picture is like this:
test3_table_2
and I tried the detection again:
python predict.py --model_weights='./tablenet_pretrained.ckpt' --image_path='./sample_table/test3_table_2.png'

it doesn't give me the error, but feed back with an empty list.
[]

That means the model cannot detect a table on the picture if the picture is the table (lol). I think probably the model is more use to see a table in side of a context (according to the training data).

Another thing I found is, if the pdf page have tables that connects to each other, the model will struggle to identify them as different tables, it will read those tables . and in data I am doing the processing, most of the pdf page have the tables that connects to each other.

from ocr_tablenet.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.