AMMICO/ammico/test/data/test_read_csv_ref.json
Inga Ulusoy 4ac760e690
Add text analyzer to skip text extraction from image (#199)
* read in text from csv

* add tests for csv reading

* run textanalyzer in demo notebook

* add text analyser in doc and demo

* improve init TextDetector testing

* more init tests

* add csv encoding keyword

* add utf16-csv file

* skip csv reading on windows
2024-06-05 09:28:28 +02:00

32 строки
620 B
JSON

{
"test.csvrow-1":
{
"filename": "test.csv",
"text": "this is a test"
},
"test.csvrow-2":
{
"filename": "test.csv",
"text": "bu bir denemedir"
},
"test.csvrow-3":
{
"filename": "test.csv",
"text": "dies ist ein Test"
},
"test.csvrow-4":
{
"filename": "test.csv",
"text": "c'est un test"
},
"test.csvrow-5":
{
"filename": "test.csv",
"text": "esto es una prueba"
},
"test.csvrow-6":
{
"filename": "test.csv",
"text": "detta är ett test"
}
}