smaranjitghose / DocLense

An open-source document scanner!
https://doclense.vercel.app/
Creative Commons Zero v1.0 Universal
147 stars 130 forks source link

Feature: store images as strings in the Hive box #243

Closed Saransh-cpp closed 3 years ago

Saransh-cpp commented 3 years ago

Major Bug Fix

Fixes #242

Changes

  1. Added utils directory to the codebase which contains the functions for converting an image to a string and vice-versa.
  2. Updated HiveDB.
  3. Now the pdfs and starred box store a string instead of a file on index 2.

Results

  1. The console doesn't throw an error of unsupported type in Hive Box.
  2. The PDFs don't disappear from the app once the user restarts it.
anushbhatia commented 3 years ago

By this images get saved in your gallery, later pr u will resolve the problem with pdf vanishing

Saransh-cpp commented 3 years ago

By this images get saved in your gallery, later pr u will resolve the problem with pdf vanishing

The PDF vanishing bug has also been resolved in this PR. The lint checks are failing due to changes in #239, I will fix them.