@Praneet9 The NER to extract address candidates is having accuracy issue and difficult to separate multiple address. Do you know any way , how to train model , example bert like model . The invoice may have address in a single line or multiple lines . The address will be situated anywhere in invoice. US or similar have unique format of address and simple regex can be used for them but what about an Indian address. Will there be any way to train invoice text and focus on these address words , through their context and not focus on words. Is There a way to train self attention / LSTM on address words based on their contextual representation to surrounding words, ml model must not focus on address words because the words can vary and have millions of variations.
@Praneet9 The NER to extract address candidates is having accuracy issue and difficult to separate multiple address. Do you know any way , how to train model , example bert like model . The invoice may have address in a single line or multiple lines . The address will be situated anywhere in invoice. US or similar have unique format of address and simple regex can be used for them but what about an Indian address. Will there be any way to train invoice text and focus on these address words , through their context and not focus on words. Is There a way to train self attention / LSTM on address words based on their contextual representation to surrounding words, ml model must not focus on address words because the words can vary and have millions of variations.