• Stars
    star
    1
  • Language
    HTML
  • Created about 7 years ago
  • Updated about 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

HTML files sometimes contain base64 data. The input data set that I am dealing with is a json file pointing to a series of HTML file that contain images, voice, etc in base64. This code is extracting all this data and update the json file with the names of the files extracted and their path. I am using it to go through a Google Keep data set extracted with another project, i.e. google-keep-converter also available on github.