Hello,
I’m looking to implement the Aspose.BarCode API in the .NET language (or potentially python language if it is any faster), but the project I need it for requires a very fast processing time for each barcode (maximum of around 100 ms for each barcode, and would need to scan 8 barcodes in parallel in 100 ms total, doing this many times). I was wondering what the latency of the code is when calling for a barcode read of an image in .NET or python, and whether this is feasible. Also, is it necessary for the .NET application to be connected to internet? Or is all of the code hosted locally within that codebase?