LukeStrazz / VitalVues

FSC - CSC490 Senior Project. Utilizes OpenAI API for an AI Diet and Workout plan specific to a user.
3 stars 0 forks source link

PDF Analyzer/ PDF to text #15

Closed LukeStrazz closed 1 month ago

LukeStrazz commented 2 months ago

Create the ability to upload a PDF using NuGet package PDFPig, and display the result on screen.

Acceptance criteria: PDF contents are able to be uploaded by user and displayed on screen.

LukeStrazz commented 2 months ago

Able to use PDF to get text from PDF file. Just need to find optimal to use file, and not save to files.

LukeStrazz commented 2 months ago

PDF are now converted to text with PDF pig. Maybe we should go with Azure computer Vision for PDF reading, but for the time being this is optimal and fast. Closing this for now.

LukeStrazz commented 1 month ago

Updated this further - PDF upload allows users to edit fields before saving to DB. Will be used for GPT connection later.

LukeStrazz commented 1 month ago

Page needs to reload after actions.

LukeStrazz commented 1 month ago

Page refreshes now.