Skip to content

renderdraw/client-side-table-from-pdf

 
 

Repository files navigation

Getting Started

npm install
npm run start:dev
  • Navigate to https://127.0.0.1:8080
  • Import a PDF and select+extract a table.
  • The results will be dumped to the console.

Prod Build

  • Edit webpack.config.prod.js and add in the resulting url where the code will be deployed.
  • Edit src/index.js and modify handleResult() to do something with the generated csv.

About

Webbased Table From Pdf Tool (Client-side Only)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.9%
  • CSS 3.8%
  • HTML 2.0%
  • Other 0.3%