backprop-ai / backprop

Backprop makes it simple to use, finetune, and deploy state-of-the-art ML models.
https://backprop.co
Other
243 stars 12 forks source link

PDF issue #19

Open VaibhavDS19 opened 3 years ago

VaibhavDS19 commented 3 years ago

Hello, I have multiple PDFs and I convert them from pdftotext library, I have 2 questions:

  1. QA: If I pass the entire PDF object it shows unknown whereas checking each page shows the correct result i.e for page in pdf works if page is context for QA whereas pdf itself as the context shows 'unknown' as result
  2. Is there a way to use multiple docs/PDF in some way and generate the result based on the most likely answer?