NatLibFi / FintoAI

Finto AI suggests subjects for a given text. It's based on Annif, a tool for automated subject indexing.
https://ai.finto.fi
7 stars 0 forks source link

Uploading PDF files via webpage #2

Closed juhoinkinen closed 1 year ago

juhoinkinen commented 2 years ago

Currently the text to be indexed can be entered in the form of the webpage or directly sent to the API's suggest method. However, in case of many users the original document is a PDF file, from which the user needs to extract the text as a first step (for webpage user this means manually copying to clipboard). This issue is for adding a feature to upload a PDF file via the webpage.

Needs:

Some examples:

Some open questions:

juhoinkinen commented 2 years ago

Also the features that might be implemented in the future should be kept in mind, like a feature to index a webpage by giving its url, or a feature to take a photo/upload an image, run OCR on the image, and index the OCR'ed text.

juhoinkinen commented 1 year ago

This is done.