Hi, Is Apache tika server endpoints like tika/form or rmeta/form can accept multiple files in single Request?
I am trying to call these endpoints from .net6 using httpclient and trying to send multiple files in single request using multipart data. I tried with postman also by attaching two files but endpoint parsed first attached file only. Please Assist. Thank you
