Get a NoneType is not iterable error on some documents with parse:openai in the pipeline.
Reproduce:
extract:azuredi
parse:openai
redact:openai
use file 002_md_baltimore_pd_CCN-5-170308460.pdf. Extract doesn't fail (or it would raise EmptyExtractionError, but there is None value in the input to the redact step. This must mean that parse failed. It should throw a better error, but it would also be nice to know why it fails in the first place.
Using prompt in kscms blind-charging-api deployment.
Get a
NoneType is not iterableerror on some documents withparse:openaiin the pipeline.Reproduce:
use file
002_md_baltimore_pd_CCN-5-170308460.pdf. Extract doesn't fail (or it would raiseEmptyExtractionError, but there isNonevalue in the input to theredactstep. This must mean thatparsefailed. It should throw a better error, but it would also be nice to know why it fails in the first place.Using prompt in
kscmsblind-charging-apideployment.