|
|
|
|
|
by aymaneSennoussi
455 days ago
|
|
More context on how I did it:
I used tesseractOCR to get the extraction and the layout analysis, then I passed the results as text to GPT4 api to possibly fix any misreadings based on completion.
For example, if the text from OCR says "the couples were walking across the shiver", the LLM fixes it and makes it "across the river". |
|