Open makampf opened 1 year ago
Hi, thanks for reporting this problem. We will look into it and get back to you as soon as possible.
If you haven't already done so, you can always parse the html yourself and send the relevant text to pipeline.analyze_text(...) Hope this is a feasible workaround for you.
Simply using beautifulsoup as a workaround did work to some extent: https://github.com/miracum/ahd2fhir/blob/master/ahd2fhir/utils/resource_handler.py#L375 but we are now running into
The number of characters [XXXXX] exceeded the configured threshold of [100000]
This isn't entirely related to the issue at hand, but just in case you happen to know where to change that setting :).
As a side-note, the above error results in a 500 HTTP status code, I think one of the 400 status codes would be more appropriate (and allow us to simply discard the attempt instead of retrying).
Describe the bug Call of
pipeline.analyse_html()
from client side fails with error below. (Endpoint used health-discovery/rest/v1/textanalysis/projects/test/pipelin es/discharge/analyseHtml)Error message Server side log:
Client side log:
Please complete the following information: