pentakon
pentakon
**Is your feature request related to a problem? Please describe.** We would like to take advantage of the Vulkan Memory Model, for consistency and sanity reasons. **Describe the solution you'd...
https://github.com/nguyenq/tess4j/issues/257
Hello, We recently integrated Tesseract and Tess4J and noticed that the APIs do not take into account the **stride** of the image which can potentially differ from the **width** or...
## Description Initial implementation of the Global Scan in HLSL ## Testing Not yet finished ## TODO list: Still need to test the HLSL code as well as the porting...
Still doesn't work. There are shader issues with shared memory reading. The basic outline is correct however.
**Query/Question** I have migrated to the new documentintelligence 1.0.0 sdk. I'm using `DocumentIntelligence(Async)Client` method `beginAnalyzeDocument`. I'm using the following flavor: ``` PollerFlux beginAnalyzeDocument(String modelId, AnalyzeDocumentOptions analyzeDocumentOptions) ``` and I'm setting...