IDParsingInput#
- class langchain_community.tools.edenai.ocr_identityparser.IDParsingInput[source]#
Bases:
BaseModel
Create a new model by parsing and validating input data from keyword arguments.
Raises ValidationError if the input data cannot be parsed to form a valid model.
- param query: HttpUrl [Required]#
url of the document to parse
- Constraints:
minLength = 1
maxLength = 2083
format = uri