postal-address
postal-address copied to clipboard
Docs on how to use the library?
Hi, the lib intro sounds great, but I couldn't find any doc examples on how to actually use it.
There's the API documentation at https://postal-address.readthedocs.io/en/develop/ , which is quite detailed and contains a myriad of classes and methods, but not helpful in figuring out what to do.
Is there a quick start example or something? How do I detect addresses in text using postal-address
?
Apologies if I missed something obvious.
I agree with @piskvorky . I've just installed this package but unsure where I go from here. Thanks.
yep
agree with @piskvorky
Afaiu, current code limits itself to validating already split input data (line1, line2, postal_code, city_name) and formatting it. There is no address detection feature that I could see in the source code.
agree with @piskvorky as well
I'd be happy to write some docs/annotated examples if the owner could provide a use-case I can run with.
Afaiu, current code limits itself to validating already split input data (line1, line2, postal_code, city_name) and formatting it. There is no address detection feature that I could see in the source code.
That leads us to misunderstand the function of this module: this help ready parsing/extract address from full text or not ?
the docs seem to be unavailable now